Skip to content

Instantly share code, notes, and snippets.

@say-kaj
Created March 2, 2023 12:00
Show Gist options
  • Save say-kaj/ffc692d7b2b79844b447482bed498e6c to your computer and use it in GitHub Desktop.
Save say-kaj/ffc692d7b2b79844b447482bed498e6c to your computer and use it in GitHub Desktop.
Setup fency terminal

Setup fency terminal

see freecodecamp.org

brew cask install iterm zsh if on an actuall mac Os (catalina) zsh is not required

for better zsh configuration, install Oh My Zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

upgrade_oh_my_zsh gets you the latest version

edit ~/.zshrc with preferred text editor

install powerlevel9k theme into oh_my_zsh git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k

get the fonts ready for powerline

git clone https://github.com/powerline/fonts.git
cd fonts
./install.sh

make sure to enable ligatures in iterm as well as changing the default font to now installed powerline font

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment