Customize Ubuntu terminal

  1. Install zsh -> sudo apt install zsh

  2. Install powerline -> sudo apt-get install powerline fonts-powerline

  3. Install menlo font in case the icons aren't getting displayed correctly. [https://github.com/abertsch/Menlo-for-Powerline/raw/master/Menlo%20for%20Powerline.ttf]

  4. Install auto-suggestions using git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions and then add zsh-autosuggestions to plugins in .zshrc

  5. plugins = (git auto-suggestions)

Configure .vimrc using this : https://www.freecodecamp.org/news/vimrc-configuration-guide-customize-your-vim-editor/

Last updated