Basic coding tools configuration: git, vim, tmux (to hit the ground running on
a new system).
~/.gitconfig
Colors, use vim
, better git log
:
~/.vimrc
Use 2 spaces instead of tabs (the minimum number of spaces perceived as
indent), use UTF-8, no swap files, some auto indentation.
~/.tmux.conf
Use vim
key bindings in tmux
.
Also see a starter makefile.