mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Added Powerline info
This commit is contained in:
parent
459617b881
commit
d5e23d7fe2
1 changed files with 22 additions and 0 deletions
22
README.md
22
README.md
|
|
@ -34,3 +34,25 @@ cd ~/.dotfiles
|
||||||
bundle install
|
bundle install
|
||||||
bundle exec r10k puppetfile install --moduledir vendor/puppet_modules --puppetfile puppet/Puppetfile -v
|
bundle exec r10k puppetfile install --moduledir vendor/puppet_modules --puppetfile puppet/Puppetfile -v
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Packages to install on Mac's
|
||||||
|
|
||||||
|
#### Powerline
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew install coreutils python socat
|
||||||
|
pip install psutil powerline-status
|
||||||
|
git clone https://github.com/powerline/fonts.git ~/repos/powerline-fonts
|
||||||
|
cd ~/repos/powerline-fonts
|
||||||
|
./install.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
##### Thoughts on installing with Puppet:
|
||||||
|
|
||||||
|
* install packages using a provider for homebrew
|
||||||
|
* install packages using the pip provider
|
||||||
|
* use vcsrepo to clone the fonts
|
||||||
|
* create a refresh-only exec that runs the install script
|
||||||
|
* add a notify to the vcsrepo resource that triggers the exec
|
||||||
|
* this will also take care of bringing in new fonts or updates
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue