diff options
| author | Christian Krinitsin <code@krinitsin.xyz> | 2024-04-10 17:01:40 +0200 |
|---|---|---|
| committer | Christian Krinitsin <code@krinitsin.xyz> | 2024-04-10 17:01:40 +0200 |
| commit | 5963d59fa8719f1eaa99ffcfde4dfe65270c7a0d (patch) | |
| tree | 34b791bc489edfe0062191d9be49ae967cb78b39 /install.sh | |
| parent | 0573f4dab0fa6ab9547d977392a3bd5fb7c7b76d (diff) | |
| download | dotfiles-5963d59fa8719f1eaa99ffcfde4dfe65270c7a0d.tar.gz dotfiles-5963d59fa8719f1eaa99ffcfde4dfe65270c7a0d.zip | |
scripts folder to seperate from bin
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh index e16a49f..2f5a279 100755 --- a/install.sh +++ b/install.sh @@ -6,7 +6,7 @@ SCRIPTPATH=$(dirname "$SCRIPT") cd $SCRIPTPATH # Ignore list -IGNORE=("bin" "wallpaper" "install.sh" ".git") +IGNORE=("bin" "wallpaper" "install.sh" ".git" "scripts") # Install important packages sudo pacman -S stow |