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
- Host: GitHub
- URL: https://github.com/magicmark/cistern
- Owner: magicmark
- Created: 2017-01-16T13:16:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T16:54:25.000Z (over 1 year ago)
- Last Synced: 2025-03-22T14:11:15.359Z (about 1 year ago)
- Language: Shell
- Size: 227 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# markl's dotfiles + system files

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