commit b9d9e87c00f2cd27f35de02bdbf54ef1ebf309ba
parent 0c722ed522371bea4433dab0d6faaaab33db8bac
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Sun, 15 Jul 2018 12:29:18 +0200
Add couple of bin scripts
Diffstat:
4 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/bin/mpsyt.sh b/bin/mpsyt.sh
@@ -0,0 +1 @@
+st -e mpsyt
diff --git a/bin/mutt.sh b/bin/mutt.sh
@@ -0,0 +1 @@
+st -e mutt
diff --git a/bin/top.sh b/bin/top.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+st -e top
diff --git a/dotfiles.sh b/dotfiles.sh
@@ -34,6 +34,9 @@ rsync -ac --progress $GIT_REPO/scripts/tmux_pane_current_path.sh ~/scripts/tmux_
rsync -ac --progress $GIT_REPO/bin/start_conky_dwm.sh ~/bin/start_conky_dwm.sh
rsync -ac --progress $GIT_REPO/bin/start_conky_i3.sh ~/bin/start_conky_i3.sh
+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 ~/suckless/dwm-6.1/config.h $GIT_REPO/suckless/dwm/config.h
rsync -ac --progress ~/suckless/st-0.8.1/config.h $GIT_REPO/suckless/st/config.h