From f93d5fe3b4673c99c964974b16a4c178d5921407 Mon Sep 17 00:00:00 2001 From: Eli Date: Sun, 29 Jan 2023 00:51:42 +0700 Subject: [PATCH] few debian-specific updates --- readme.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 6d80985..7bfd8f9 100644 --- a/readme.md +++ b/readme.md @@ -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