My workflow is based around two things:
- Vim
- tmux + tmuxifier
- Set up terminal colors to match solarized
- If using
gnome-terminal
, look at the 16/8 column under "The Values" to see the palette number of each color
- Clone this repo to
~/.vim
- Link
~/.vimrc
to~/.vim/vimrc
Same as without, but you also need to force tmux to use 256 colors:
- Add
set -g default-terminal "screen-256color"
to your~/.tmux.conf
- Add
export TERM="screen-256color"
to your~/.bashrc
- Add
alias tmux="tmux -2"
to your~/.bashrc