https://github.com/0xsio/dotfiles
Automated system setup and configuration
https://github.com/0xsio/dotfiles
dotfiles kickstart vimrc zshrc
Last synced: 15 days ago
JSON representation
Automated system setup and configuration
- Host: GitHub
- URL: https://github.com/0xsio/dotfiles
- Owner: 0xSiO
- Created: 2017-04-22T19:07:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T22:05:41.000Z (over 1 year ago)
- Last Synced: 2025-01-22T02:16:11.811Z (over 1 year ago)
- Topics: dotfiles, kickstart, vimrc, zshrc
- Language: Shell
- Homepage:
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# luc's dotfiles
Workstation setup & config, managed with [Ansible](https://docs.ansible.com/).
Fresh machine:
```bash
curl -sL https://raw.githubusercontent.com/0xSiO/dotfiles/master/bootstrap.sh | bash
```
Make targets:
```bash
make apply # Apply configuration
make check # Dry run
make lint # Run lints
make vault # Edit secrets
make deps # Install Ansible deps
```