From c1656b9990f5d2bd754c268c5363a7346a959d58 Mon Sep 17 00:00:00 2001 From: Toerd Date: Mon, 22 Oct 2018 22:29:17 +0200 Subject: [PATCH] feh and linker.sh --- fresh.sh | 6 +++--- pack.list | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fresh.sh b/fresh.sh index 892791f..ef508a7 100755 --- a/fresh.sh +++ b/fresh.sh @@ -135,9 +135,9 @@ set_permissions() { download_dotfiles() { cd /home/$uname - mkdir -p .dotfiles && cd .dotfiles - git clone $repo . - $(./install.sh) + sudo -u $uname mkdir -p .dotfiles && cd .dotfiles + sudo -u $uname git clone $repo . + sudo -u $uname ./link.sh echo "Dotfiles downloaded and installed\n\n" >> $logfile } diff --git a/pack.list b/pack.list index 6562a27..378655b 100644 --- a/pack.list +++ b/pack.list @@ -34,7 +34,7 @@ A,M,st,Terminal Emulator compiled manually from dotfiles repo A,P,i3-gaps,A fork of i3wm tiling window manager with more features including gaps A,A,polybar-git,A fast and easy-to-use status bar A,P,dmenu,Generic menu for X -A,P,nitrogen,Background browser and setter for X windows +A,P,feh,Image toolbelt # Display management A,P,arandr,Provide a simple visual front end for XRandR 1.2.