summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 0c7a6c8..c33d68b 100755
--- a/setup.sh
+++ b/setup.sh
@@ -32,6 +32,21 @@ if [ ! -e "$HOME/.config/git" ]; then
ln -s "$dotfiles/git" "$HOME/.config/git"
fi
+# Publish kitty configurations
+if [ ! -e "$HOME/.config/kitty" ]; then
+ ln -s "$dotfiles/kitty" "$HOME/.config/kitty"
+fi
+
+# Publish Neovim configurations
+if [ ! -e "$HOME/.config/nvim" ]; then
+ ln -s "$dotfiles/nvim" "$HOME/.config/nvim"
+fi
+
+# Publish Karabiner configurations
+if [ ! -e "$HOME/.config/karabiner" ]; then
+ ln -s "$dotfiles/karabiner" "$HOME/.config/karabiner"
+fi
+
# Publish newsboat configurations
if [ ! -e "$HOME/.newsboat" ]; then
ln -s "$dotfiles/.newsboat" "$HOME/.newsboat"