Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### INSTALL ZSH ###
- sudo apt install curl
- sudo apt install zsh
- zsh --version
- ## Set ZSH as Default Terminal ##
- chsh -s $(which zsh)
- echo $SHELL
- **/usr/bin/zsh
- ### INNSTALL OH MY ZSH ###
- sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- sudo apt-get install fonts-powerline
- ### INSTALL POWER LEVEL 10K ###
- git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
- https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/Meslo/M/Regular/complete/Meslo%20LG%20M%20Regular%20Nerd%20Font%20Complete%20Windows%20Compatible.ttf
- nano ~/.zshrc
- ZSH_THEME="powerlevel10k/powerlevel10k"
- ## LSD LS ICONS ###
- https://github.com/Peltoche/lsd/releases/download/0.22.0/lsd_0.22.0_arm64.deb
- sudo dpkg -i lsd_0.20.1_amd64.deb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement