This repository holds all the config files for my Linux desktop.
| .config | ||
| .local/share/nvim/site/autoload | ||
| .bashrc | ||
| .gitconfig | ||
| .stow-local-ignore | ||
| .wezterm.lua | ||
| README.md | ||
Stowed dot-files
This repository holds all the dot files of my current Kubuntu install. They are managed using GNU Stow.
This repository has been created following this guide.
Create links from here
To automatically link the files from this repo to your home folder, run the following command from the repo's root:
stow -t ~ .
Add a new file
To add a new file to this repo, move it from your home folder to this folder. You have too keep the same folder layout as in the home folder. For instance if you want to backup ~/.config/my-config, you will have to move the file to the .config folder of this repo.
To then create the symlink to the moved file in your home folder, follow the instruction for how to create links.