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

https://github.com/blimmer/dotfiles

dotfiles to be used in conjunction with ansible mac playbook
https://github.com/blimmer/dotfiles

Last synced: about 1 year ago
JSON representation

dotfiles to be used in conjunction with ansible mac playbook

Awesome Lists containing this project

README

          

## dotfiles
a new take on my dotfiles to be used in conjunction with an ansible playbook
to setup a new machine.

## installation
Because this repository relies on
[git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules)
make sure to clone this repository recursively.

```bash
git clone git clone --recursive git@github.com:blimmer/dotfiles.git

# or

git clone --recursive https://github.com/blimmer/dotfiles.git
```