Skip to content

Instantly share code, notes, and snippets.

@AD0791
Last active February 20, 2020 17:43
Show Gist options
  • Save AD0791/74d7fde4f45d128366a29c86442a7e63 to your computer and use it in GitHub Desktop.
Save AD0791/74d7fde4f45d128366a29c86442a7e63 to your computer and use it in GitHub Desktop.
nvim / plug / powerlevel9k / fonts / iterm
install newest version of iterm
install nvim. (see vplug)
before : get plug manager
https://github.com/junegunn/vim-plug/wiki/tutorial
# nerd fonts
brew tap homebrew/cask-fonts
brew cask install font-hack-nerd-font
from: https://github.com/ryanoasis/nerd-fonts
# complete guide for the fonts
https://github.com/powerline/fonts
# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts
# complete setup powerlevel9k
https://www.freecodecamp.org/news/how-to-configure-your-macos-terminal-with-zsh-like-a-pro-c0ab3f3c1156/
go with instruction and everything glue together
Powerlevel10K
https://gist.github.com/kevin-smets/8568070
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment