Skip to content

Instantly share code, notes, and snippets.

@SamuraiT
Last active September 30, 2015 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SamuraiT/f0c28fd606fd536945e3 to your computer and use it in GitHub Desktop.
Save SamuraiT/f0c28fd606fd536945e3 to your computer and use it in GitHub Desktop.
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
git clone https://github.com/seebi/tmux-colors-solarized.git ~/.tmux/plugins/tmux-colors-solarized
cat ~/.tmux/plugins/tmux-colors-solarized/tmuxcolors-256.conf >> ~/.tmux.conf
echo "set -g @plugin 'seebi/tmux-colors-solarized'" >> ~/.tmux.conf
echo "set-option -g prefix C-o" >> ~/.tmux.conf
tmux source ~/.tmux.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment