From b3a11c41756ed6abbf6f0934290338b27d3427bc Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Thu, 29 Apr 2021 10:36:19 +0930 Subject: [PATCH] updated these to work better --- default-programs | 1 + scripts/install-dependencies | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.