Go to file
2022-11-23 21:50:18 -08:00
.config push before potential breakage 2022-11-23 21:50:18 -08:00
.local/bin more work on README and ansible playbooks 2022-11-23 11:04:06 -08:00
provision push before potential breakage 2022-11-23 21:50:18 -08:00
.bashrc update before arch install 2022-11-17 22:04:23 -08:00
.gitignore fixed gitignore location 2021-11-17 21:48:21 -08:00
.stow-local-ignore many updates mostly around keybinds for gnome 2022-11-13 00:45:02 -08:00
.xmodmap update before arch install 2022-11-17 22:04:23 -08:00
additional-setup.md more work on README and ansible playbooks 2022-11-23 11:04:06 -08:00
readme.md more work on README and ansible playbooks 2022-11-23 11:04:06 -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.

Usage

Dotfiles are managed with stow and Ansible (built for Fedora) is used for the bulk of configuration. Setup that cannot be easily automated with Ansible is documentd in addtional-setup.

Initial Setup

Install Fedora Workstation and run the following commands:

sudo dnf install -y git stow
git clone https://github.com/starr-dusT/dotfiles ~/.dotfiles 
rm ~/.bashrc
cd ~/.dotfiles && stow .
bash
initial-setup

Perform additional setup found in additional-setup

Update Setup

Run the following command with comma seperated tags:

update {tags} # valid tags: configs, updates, packages, services, once

TODO