diff --git a/default-programs b/default-programs index 1271229..ba4c583 100644 --- a/default-programs +++ b/default-programs @@ -1,5 +1,6 @@ git-flow-completion-git +fish dunst-git slock notify-send diff --git a/scripts/install-dependencies b/scripts/install-dependencies index 3f6f0da..b5626d1 100755 --- a/scripts/install-dependencies +++ b/scripts/install-dependencies @@ -18,7 +18,7 @@ esac # if yay is not installed the run the install script if ! command -v yay &> /dev/null; then - install-yay + ./install-yay fi # check with the user they are happy to update, exit if not though.