From 1571ddf953c1405faa7209776671e5ef9a799112 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Tue, 30 Jul 2019 15:38:29 +0100 Subject: [PATCH] Adds some applications to the stow script and sorts them --- stow.sh | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/stow.sh b/stow.sh index 810ecd93..b80bb1dd 100755 --- a/stow.sh +++ b/stow.sh @@ -1,14 +1,17 @@ #!/usr/bin/env sh -tostow=( - "vim" +tostow=( "bin" - "ranger" + "browserOverides" + "dunst" + "git" + "pandoc" "qutebrowser" - "zathura" - "sxiv" + "ranger" "rofi" - "dunst" + "sxiv" + "vim" + "zathura" ) SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"