diff options
| author | schererleander <leander@schererleander.de> | 2025-11-15 22:24:25 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-11-15 22:24:25 +0100 |
| commit | d343eb921a1838f18199adfc28b8387efb4da74e (patch) | |
| tree | 34e87148c70c251a5ea8bc556244c5e9ae9a3f53 /install.sh | |
| parent | f58b4794020db8d24a864d40f49cc0fd88acace4 (diff) | |
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 11 |
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!" |
