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

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

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
```