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.
- Host: GitHub
- URL: https://github.com/kejadlen/dotfiles
- Owner: kejadlen
- License: mit
- Created: 2014-06-10T19:56:30.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T14:53:15.000Z (over 1 year ago)
- Last Synced: 2025-03-28T11:51:07.772Z (over 1 year ago)
- Topics: ansible, dotfiles
- Language: Shell
- Homepage:
- Size: 59.9 MB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```