commit 55f9949bba22964884c922352be026fff509c271 parent 8288ec7fc084cc856dce8384d07afb1fbf105776 Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de> Date: Mon, 16 Jul 2018 12:41:38 +0200 Change path for suckless software Diffstat:
M | dotfiles.sh | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dotfiles.sh b/dotfiles.sh @@ -38,6 +38,6 @@ rsync -ac --progress $GIT_REPO/bin/mpsyt.sh ~/bin/mpsyt.sh rsync -ac --progress $GIT_REPO/bin/mutt.sh ~/bin/mutt.sh rsync -ac --progress $GIT_REPO/bin/top.sh ~/bin/top.sh -rsync -ac --progress $GIT_REPO/suckless/dwm/config.h ~/suckless/dwm-6.1/config.h -rsync -ac --progress $GIT_REPO/suckless/st/config.h ~/suckless/st-0.8.1/config.h -rsync -ac --progress $GIT_REPO/suckless/st/st.info ~/suckless/st-0.8.1/st.info +rsync -ac --progress $GIT_REPO/suckless/dwm/config.h ~/build/suckless/dwm-6.1/config.h +rsync -ac --progress $GIT_REPO/suckless/st/config.h ~/build/suckless/st-0.8.1/config.h +rsync -ac --progress $GIT_REPO/suckless/st/st.info ~/build/suckless/st-0.8.1/st.info