s4k1b / terminal_customize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal customization

  • At first install Konsole terminal and use Fira Code Regular fonts.

  • Install powerline status:

    pip install powerline-status
    sudo apt install powerline
    
  • Copy and replace bashrc into ~/.bashrc

  • Install tmux sudo apt install tmux

  • Copy and replace tmux.conf into ~/.tmux.conf

  • Install fish sudo apt install fish

  • Copy and replace config.fish into ~/.config/fish/config.fish (create if necessary)

FOR ZSH Customization

  • Install Fura Code Nerd Fonts

  • Install zsh

  • Replace bash with zsh in terminal settings /bin/zsh

  • Copy .zshrc to HOME directory

  • Clone the required plugins zsh-syntax-highlighting, zsh-autosuggestions

  • Visit for help

About


Languages

Language:Shell 100.0%