dotfiles for my Linux configuration(s)
This is managed using GNU Stow. So, you must have that installed.
yay -S stowsudo apt install stow- Clone this repository somewhere that makes sense to you (like
~/dotfiles) - Go to that directory in your terminal (
cd ~/dotfiles) - Run
stow <name>to automatically symlink that tool's dotfiles on your system (likestow waybar) ??? - Profit
If there are existing dotfiles that you want to replace with the ones in this repo:
- run
chmod +x stow-replace.shto make the script executable - run
./stow-replace.sh <package_name>to replace existing dotfiles with ones from this repo