aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh11
1 files changed, 11 insertions, 0 deletions
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!"