dots/README.md
2024-09-28 17:58:34 -04:00

16 lines
419 B
Markdown

# dotfiles
Quick configs i can't live without on my machines.
```./install.sh ```
installs everything to your system
```./install.sh undo```
removes only the configs from your home directory
```./install.sh wipe```
removes both the configs and packages installed
if you find yourself in a machine that has ansible pre-installed you could use
it too to install
```ansible-playbook install.yml --ask-become-pass```