From b0374f7ff49e566ad93c30ec93faadca82deab21 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 10 May 2017 21:55:49 -0700 Subject: [PATCH] Added Vundle info and added tmux to the app list --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65e08f1..d02cb36 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,18 @@ To see what has been installed (not the deps) run `brew leaves` ### Packages to install on Mac's +#### Vundle & Vim + +Install via Puppet: + +1. link `vimrc` +2. vcsrepo: https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim +3. exec `vim +PluginInstall +qall` + #### Powerline ```bash -brew install coreutils python socat +brew install coreutils python socat tmux pip install psutil powerline-status git clone https://github.com/powerline/fonts.git ~/repos/powerline-fonts cd ~/repos/powerline-fonts @@ -61,3 +69,4 @@ cd ~/repos/powerline-fonts * add a notify to the vcsrepo resource that triggers the exec * this will also take care of bringing in new fonts or updates +