Skip to content

Latest commit

 

History

History
executable file
·
15 lines (8 loc) · 414 Bytes

README.md

File metadata and controls

executable file
·
15 lines (8 loc) · 414 Bytes

.dotfiles

Nothing special, you know...

TMUX on iTerm2 startup

tmux ls && read tmux_session && tmux attach -t ${tmux_session:-default} || tmux new -s ${tmux_session:-default}

Neovim

Neovim goes to ~/.config/nvim/init.vim

Getting fonts in

Download the font you like from here, mkdir ~/.fonts, unzip there and rebuild the cache using fc-cache -f -v (On Ubuntu).