mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Added more notes
This commit is contained in:
parent
323708d819
commit
00e63ca7be
1 changed files with 5 additions and 4 deletions
|
|
@ -19,12 +19,14 @@ My dot files and a tool to deploy them to various OS's
|
||||||
* this will likely be done via entries in a hiera node file
|
* this will likely be done via entries in a hiera node file
|
||||||
* create a Docker image with all tools preinstaleld and set to mount the current user's home directory as a volume.
|
* create a Docker image with all tools preinstaleld and set to mount the current user's home directory as a volume.
|
||||||
* use [gosu](https://github.com/tianon/gosu) so ownership is correct.
|
* use [gosu](https://github.com/tianon/gosu) so ownership is correct.
|
||||||
* this may not work on Windows...
|
* this may not work on Windows...
|
||||||
|
|
||||||
### Notes thus far
|
### Notes thus far
|
||||||
|
|
||||||
1. Install ruby >= 2.0 (testing with 2.4.1)
|
1. Install Homebrew
|
||||||
2. Install bundler
|
2. Install ruby >= 2.0 (testing with 2.4.1)
|
||||||
|
3. Install bundler
|
||||||
|
4. Install cmake and pkg-config
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@github.com:genebean/dots.git ~/.dotfiles
|
git clone git@github.com:genebean/dots.git ~/.dotfiles
|
||||||
|
|
@ -32,4 +34,3 @@ cd ~/.dotfiles/bin/puppet
|
||||||
bundle install
|
bundle install
|
||||||
bundle exec r10k puppetfile install --moduledir vendor/puppet_modules --puppetfile Puppetfile -v
|
bundle exec r10k puppetfile install --moduledir vendor/puppet_modules --puppetfile Puppetfile -v
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue