Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robatron/salty-dotfiles
Auto provision my personal environments using a masterless SaltStack minion
https://github.com/robatron/salty-dotfiles
Last synced: about 1 month 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T03:56:32.000Z (over 9 years ago)
- Last Synced: 2024-10-19T01:09:32.579Z (2 months 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/) minionThe 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
```