My dotfiles. Probably of little use to you.
Python3 support:
brew install python3pip3 install neovimpip3 install --upgrade neovim
Verify with :echo has("python3")
Ruby support:
gem install neovim
For vim-monster:
gem install rcodetools
Will need psutil for uptime: pip3 install psutil
zsh theme: pygmalion
Font: Roboto Nerd Font Complete
List available colours:
for i in {0..255} ; do
printf "\x1b[38;5;${i}mcolour${i}\n"
doneInstall psutil with pip3 install psutil