Adding config

This commit is contained in:
2025-06-07 17:28:54 +02:00
parent 66c90d7306
commit 1537d9a29f
5 changed files with 48 additions and 3 deletions

View File

@@ -14,8 +14,15 @@ link() {
ln -s "$2" "$1"
fi
}
configlink() {
link ~/.config/$1 ~/dotfiles/$1
}
checkdir ~/.config
link ~/.dotfiles ~/dotfiles
link ~/.config/tmux ~/dotfiles/tmux
link ~/.config/nvim ~/dotfiles/nvim
link ~/.profile ~/dotfiles/profile
link ~/.config/i3 ~/dotfiles/i3
configlink tmux
configlink nvim
configlink kitty