2021-11-17 20:50:25 -08:00
|
|
|
# dotfiles
|
|
|
|
> My dotfiles... What do you want?
|
|
|
|
|
|
|
|
My personal dotfiles repo. Documentation is pretty spotty. Maybe I'll fix that someday, but I probably won't.
|
2022-11-12 11:17:16 -08:00
|
|
|
|
|
|
|
## usage
|
|
|
|
|
2022-11-13 00:45:02 -08:00
|
|
|
The dotfiles are managed with stow and otherwise Ansible sets everything up. The Anisible scripts are built for Fedora Workstation.
|
2022-11-12 11:17:16 -08:00
|
|
|
|
|
|
|
### initial setup
|
|
|
|
|
2022-11-23 01:26:33 -08:00
|
|
|
- Install latest Fedora Workstation
|
|
|
|
- If using nvidia setup with [this](https://copr.fedorainfracloud.org/coprs/t0xic0der/nvidia-auto-installer-for-fedora/)
|
|
|
|
- Setup zen-like kernel with [this](https://copr.fedorainfracloud.org/coprs/sentry/kernel-fsync/) from [Nobara](https://nobaraproject.org/)
|
|
|
|
- Run the following commands:
|
2022-11-12 11:17:16 -08:00
|
|
|
```bash
|
|
|
|
sudo dnf install -y git stow
|
2022-11-13 00:45:02 -08:00
|
|
|
git clone https://github.com/starr-dusT/dotfiles ~/.dotfiles
|
|
|
|
rm ~/.bashrc
|
2022-11-12 11:17:16 -08:00
|
|
|
cd ~/.dotfiles && stow .
|
|
|
|
bash
|
|
|
|
initial-setup
|
|
|
|
```
|
|
|
|
|
|
|
|
### update setup
|
|
|
|
|
|
|
|
```bash
|
|
|
|
update {tags to update seperated with commas}
|
|
|
|
```
|
2022-11-13 00:45:02 -08:00
|
|
|
|
|
|
|
## TODO
|
|
|
|
|
2022-11-17 22:04:23 -08:00
|
|
|
- Change syncthing to user .service file rather than ansible
|
|
|
|
- add wireguard
|
2022-11-23 01:26:33 -08:00
|
|
|
- add https://github.com/digint/btrbk
|