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

https://github.com/magicmark/cistern

markl dotfiles/system files
https://github.com/magicmark/cistern

Last synced: about 1 year ago
JSON representation

markl dotfiles/system files

Awesome Lists containing this project

README

          

# markl's dotfiles + system files

![Preview](http://i.imgur.com/m8EOSd0.png)

This exists mainly for my own purposes. There are doubtless better dotfile repos to look at, such as [this one](https://github.com/mathiasbynens/dotfiles) - I probably wouldn't bother wasting your time looking here.

That said, if you must, feel free!

(This setup assumes zsh with [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh).)

## To install

Install ansible + python3.5, then run ansible-playbook

```
make venv
make run
```

### Bootstrap script

```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/magicmark/cistern/master/tools/install.sh)"
```