Last active
February 20, 2020 17:43
-
-
Save AD0791/74d7fde4f45d128366a29c86442a7e63 to your computer and use it in GitHub Desktop.
nvim / plug / powerlevel9k / fonts / iterm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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