Skip to content

Commit

Permalink
feat(make): automatically install tmux plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zukowski committed May 8, 2018
1 parent a11d2a5 commit 5309417
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions make.sh
Expand Up @@ -73,8 +73,10 @@ brew tap caskroom/fonts && brew cask install font-source-code-pro
#}}}

# Misc ------------------------------------------------ {{{
# Tmux Plugin Manager: use `prefix` + I to install plugins
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
if [ ! -d ~/.tmux/plugins/tpm ]; then
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
fi
~/.tmux/plugins/tpm/scripts/install_plugins.sh

# Intall custom terminfo that enables italics support
tic ./config/xterm/xterm-256color-italic.terminfo
Expand Down

0 comments on commit 5309417

Please sign in to comment.