This repository holds all the config files for my Linux desktop.
This repository has been archived on 2026-01-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2025-04-17 17:11:16 +02:00
.config improve neovim config 2025-04-17 17:11:16 +02:00
.local/share/nvim/site/autoload Add vim-plug 2025-01-15 18:28:11 +01:00
.bashrc add PATH directory 2025-03-21 20:31:12 +01:00
.gitconfig change email and name 2025-02-09 11:42:53 +01:00
.stow-local-ignore Add SSH key + edit ignore 2025-01-01 13:35:35 +01:00
.wezterm.lua Add Rust support to Neovim 2025-03-23 11:43:10 +01:00
README.md first commit 2025-01-01 13:17:07 +01:00

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.

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.