From d5e23d7fe264ed927225cce8cf378a769ece3725 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 10 May 2017 07:17:44 -0700 Subject: [PATCH] Added Powerline info --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 5b0a55e..04a5430 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,25 @@ cd ~/.dotfiles bundle install 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 +