dots/README.md
2024-11-04 18:38:33 -05:00

18 lines
497 B
Markdown

![tests](https://github.com/iskm/dots/actions/workflows/tests.yml/badge.svg)
# 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```