Where do you keep your dotfiles? In your dotfolder.
-- adapted from u/ValiantBear on reddit.
Using these dotfiles (a work in progress):
- (Optional) Fork the repo so you control your files.
- Make sure that required packages are installed (assuming debian-based)
sudo apt install git stow. - Clone the repo (I recommend via ssh if you have keys configured).
- Use gnu
stowto symlink the files into your home directory.stow -vnR . #dry-runstow -vR . #actually deploy - (Optional) Install things like ble.sh and atuin.sh to take advantage of the things I did in the dotfiles.