https://github.com/robatron/salty-dotfiles
Auto provision my personal environments using a masterless SaltStack minion
https://github.com/robatron/salty-dotfiles
Last synced: over 1 year ago
JSON representation
Auto provision my personal environments using a masterless SaltStack minion
- Host: GitHub
- URL: https://github.com/robatron/salty-dotfiles
- Owner: robatron
- License: mit
- Created: 2015-01-21T06:00:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T03:56:32.000Z (about 11 years ago)
- Last Synced: 2025-01-23T22:17:49.160Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 258 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# salty-dotfiles
> Auto provision my personal environments using a masterless
> [SaltStack](http://docs.saltstack.com/en/latest/) minion
The following OSs are supported (so far):
- Mac OS X
## Installation
### Mac OS X
1. Install [Homebrew](http://brew.sh/):
```sh
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```
2. Install Salt:
```sh
brew install saltstack
```
## Apply State
1. Run the apply script as your user, with
```sh
sudo ./apply-state.sh
```