From d343eb921a1838f18199adfc28b8387efb4da74e Mon Sep 17 00:00:00 2001 From: schererleander Date: Sat, 15 Nov 2025 22:24:25 +0100 Subject: add install.sh --- install.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..8e30034 --- /dev/null +++ b/install.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +# Change to the directory of the script +cd "$(dirname "$0")" + +# Stow the directories +stow git +stow nvim +stow zsh + +echo "Dotfiles installed!" -- cgit v1.3.1