A bunch of config files I use on my production machine.
I use stow to manage my dotfiles. If you want to make use of the install script, you'd need to install it.
git clone https://github.com/invakid404/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.sh [-r]
If ran with the "-r" flag, the install script will also symlink stuff from the root
directory. Otherwise, just the configs in home
will be installed. It will try to escalate privileges with either doas
, sudo
, or su
.