Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```