mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Added Vundle info and added tmux to the app list
This commit is contained in:
parent
8aaae75712
commit
b0374f7ff4
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -42,10 +42,18 @@ To see what has been installed (not the deps) run `brew leaves`
|
||||||
|
|
||||||
### Packages to install on Mac's
|
### 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
|
#### Powerline
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew install coreutils python socat
|
brew install coreutils python socat tmux
|
||||||
pip install psutil powerline-status
|
pip install psutil powerline-status
|
||||||
git clone https://github.com/powerline/fonts.git ~/repos/powerline-fonts
|
git clone https://github.com/powerline/fonts.git ~/repos/powerline-fonts
|
||||||
cd ~/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
|
* add a notify to the vcsrepo resource that triggers the exec
|
||||||
* this will also take care of bringing in new fonts or updates
|
* this will also take care of bringing in new fonts or updates
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue