dots/README.md

18 lines
554 B
Markdown
Raw Normal View History

2024-11-04 23:09:35 +00:00
[![dots](https://github.com/iskm/dots/actions/workflows/main.yml/badge.svg)](https://github.com/iskm/dots/actions/workflows/main.yml)
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-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
```ansible-playbook install.yml --ask-become-pass```