juco / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My dotfiles


Languages

Language:Shell 50.3%Language:Emacs Lisp 30.5%Language:Vim Script 9.6%Language:Python 8.8%Language:Ruby 0.8%