iterm2
A better mac terminal.
Installation
brew install iterm2 --cask
- Setting up the theme Tokyo Night
- Setting up the Font
git clone https://github.com/powerline/fonts.git ~/.powerline_fonts
cd ~/.powerline_fonts
./install.sh
Setup
Setting up zsh
brew install zsh
Setting up Oh-my-zsh
Installation
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Change the theme
vim ~/.zshrc
ZSH_THEME="**agnoster**"
Setting up Powerlevel10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
vim ~/.zshrc
ZSH_THEME="powerlevel10k/powerlevel10k"
re-setting up
p10k configure