1
0
mirror of https://github.com/elisspace/dotfiles.git synced 2026-08-29 15:43:57 +00:00

few debian-specific updates

This commit is contained in:
Eli
2023-01-29 00:51:42 +07:00
committed by GitHub
parent e81a61312e
commit f93d5fe3b4

View File

@@ -41,11 +41,12 @@ To run:
## Ubuntu
### Update System
1. (Debian-based) `sudo apt-get update && sudo apt-get dist-upgrade -y`
2. Install essential tools `sudo apt-get install build-essential curl file git`
3. Set up zsh `sudo dnf install zsh`
1. (Debian-based) `sudo apt update && sudo apt-get dist-upgrade -y`
2. Install essential tools `sudo apt install build-essential curl file git`
3. Set up zsh `sudo apt install zsh`
1. Install oh-my-zsh same as ubuntu
2. Install `sudo dnf install powerline powerline-fonts`
2. Install `sudo apt install powerline powerline-fonts`
1. On Debian it's `sudo apt install powerline` which will auto-add the `fonts-powerline` package
3. Clone autosuggestions/syntax highlighting per Ubuntu instructions as well
### Set up ufw (while still as root, otherwise add `sudo`) on servers