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
- Host: GitHub
- URL: https://github.com/blimmer/dotfiles
- Owner: blimmer
- Created: 2017-03-12T20:34:25.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T00:19:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T10:15:30.688Z (over 1 year ago)
- Language: Shell
- Size: 143 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```