summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulian T <julian@jtle.dk>2019-01-27 21:32:21 +0100
committerjulian T <julian@jtle.dk>2019-01-27 21:32:21 +0100
commit4430e87d4890f2c650a895d79948501b3d4098a3 (patch)
tree8555ab1ca8e23fa67e2001937d70a0cbfe829dfd
parent7337083a2ac6d1ec68b8fd021833d6c225566460 (diff)
parentc5fbdbbcc59f78d53b21faaa5f8c97abd63e843a (diff)
Merge https://github.com/jbjjbjjbj/newDotFiles
-rw-r--r--.dotFileSetup.sh14
-rwxr-xr-xScripts/mountFstab.sh7
2 files changed, 19 insertions, 2 deletions
diff --git a/.dotFileSetup.sh b/.dotFileSetup.sh
index 5643102..6987a1c 100644
--- a/.dotFileSetup.sh
+++ b/.dotFileSetup.sh
@@ -1,7 +1,5 @@
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
-# clone
-git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
@@ -24,3 +22,15 @@ config checkout -f
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
+mkdir Software
+cd Software
+
+git clone https://github.com/jbjjbjjbj/Custom-dwm6.1.git
+cd Custom-dwm6.1
+sudo make install
+cd ..
+
+git clone https://github.com/jbjjbjjbj/Custom-st.git
+cd Custom-st
+sudo make install
+cd
diff --git a/Scripts/mountFstab.sh b/Scripts/mountFstab.sh
new file mode 100755
index 0000000..c778750
--- /dev/null
+++ b/Scripts/mountFstab.sh
@@ -0,0 +1,7 @@
+
+tomnt=$( cat /etc/fstab | grep mnt | sed "s:.* \(/mnt/[^ ]*\) .*:\1:g" | dmenu )
+
+mount $tomnt
+st -e ranger $tomnt
+sync
+umount $tomnt