Terminal Customisation
Last updated
sudo atp install bc
sudo apt-get install fontforge;git clone --depth=1 https://github.com/ryanoasis/nerd-fontscd nerd-fonts/bin/scripts/
./gotta-patch-em-all-font-patcher\!.sh 'Fira'cd ../..
./install.sh FiraCodefor i in {62208..62251}; do printf "\u$(printf %x $i) "; doneapt install fzf ripgrepgit clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlightingsource ~/.zshrc