- sudo apt update -y
- sudo apt upgrade -y
- sudo apt install zsh -y
- chsh -s /bin/zsh
- zsh
Install Oh-my-zsh! -> https://ohmyz.sh/
- sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- https://github.com/zsh-users/zsh-autosuggestions
- git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
- https://github.com/zsh-users/zsh-syntax-highlighting
- git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
vim ~/.zshrc
- plugins=(git zsh-autosuggestions zsh-syntax-highlighting)
Fonit Firacode -> https://github.com/tonsky/FiraCode
mkdir -p ~/.fonts
fc-cache -vf reboot