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

https://github.com/kejadlen/dotfiles

Bootstrapping boxes with Ansible.
https://github.com/kejadlen/dotfiles

ansible dotfiles

Last synced: about 1 year ago
JSON representation

Bootstrapping boxes with Ansible.

Awesome Lists containing this project

README

          

# Dotfiles

This repo contains both my dotfiles as well as [Ansible][ansible] playbooks to
provision new machines.

## Useful Commands

```
# Adding a submodule
git submodule add -b BRANCH -f --name NAME --depth 1 GIT DIR
```