Terminal Customisation
Oh my zsh
https://github.com/ohmyzsh/ohmyzsh
Basic Installation
Oh My Zsh is installed by running one of the following commands in your terminal. You can install this via the command-line with either curl, wget or another similar tool.
Method
Command
curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
wget
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
fetch
sh -c "$(fetch -o - https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Powerlevel 10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10khttps://github.com/romkatv/powerlevel10k
Install Fonts
Nerd Fonts
Requirements
Download Fonts
Patch Fonts
Install Font
Change Fonts

Test Fonts

Show VPN_IP


Terminal Search
Fzf
Install FZF
add FZF to ~/.zshrc config file

More Plugins
Restart Terminal
Close and reopen, or type:
Last updated
Was this helpful?