2024-07-29 03:05:45 +00:00
|
|
|
# dotfiles
|
2024-08-09 01:43:00 +00:00
|
|
|
Quick configs i can't live without on my machines.
|
2024-08-09 02:13:35 +00:00
|
|
|
|
2024-09-05 02:56:43 +00:00
|
|
|
```./install.sh ```
|
2024-08-09 02:15:56 +00:00
|
|
|
installs everything to your system
|
|
|
|
|
2024-09-05 02:56:43 +00:00
|
|
|
```./install.sh undo```
|
2024-08-09 02:15:56 +00:00
|
|
|
removes only the configs from your home directory
|
|
|
|
|
2024-09-05 02:56:43 +00:00
|
|
|
```./install.sh wipe```
|
2024-08-09 02:15:56 +00:00
|
|
|
removes both the configs and packages installed
|
|
|
|
|
2024-09-05 02:56:43 +00:00
|
|
|
if you find yourself in a machine that has ansible pre-installed you could use
|
|
|
|
it too to install
|
2024-09-28 21:58:34 +00:00
|
|
|
```ansible-playbook install.yml --ask-become-pass```
|