/dotfiles

My dotfiles

Primary LanguageShell

dotfiles

My dotfiles. Probably of little use to you.

Install

Python3 support:

  • brew install python3
  • pip3 install neovim
  • pip3 install --upgrade neovim

Verify with :echo has("python3")

Ruby support: gem install neovim

For vim-monster: gem install rcodetools

Dependencies

Powerline install

Will need psutil for uptime: pip3 install psutil

Notes

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"
done

Issues

Tmux powerline flashes

Install psutil with pip3 install psutil