- This is how my terminal looks
-
Install zsh and setup as default shell
sudo apt install zsh
chsh -s /bin/zsh
- for detailed instructions go here
- you also have to set your PATH from previous shell
- copy export paths from previous shell config file and add it to .zshrc in your home directory
-
Install oh my zsh
- oh my zsh can be installed from here
-
Install powerlevel10k
- follow oh my zsh installation instructions from here
-
Download these fonts and install them
-
Set custom font in terminal
- Open your Terminal Preferences in Profile Section go to the Text Tab check the Custom Font
- Select
MesloLGS NF Regular font
-
Configure powerlevel10k
- For your own costomizations
- run
p10k configure
it will take care for the rest of steps
- run
- For my costomizations
- clone this repo and replace .zshrc and .p10k.zsh from your home directory with these
- For your own costomizations
-
Install colorls
- run
sudo apt install colorls
- open .zshrc and add this at the end
alias lc="colorls -sd"
- test this by typing
lc
in your terminal
- run
-
Changing customizations
- Edit the .zshrc and .p10k.zsh (RISKY)
- run
p10k configure
(SAFE)
- The best way to ask for help is to open an issue.