cloning now depth 1

This commit is contained in:
Luke Smith 2018-06-09 08:19:18 -04:00
parent e7455a8b94
commit 5c74003480
2 changed files with 5 additions and 5 deletions

View File

@ -69,7 +69,7 @@ rm -f /tmp/larbs_user.sh
dialog --infobox "Installing \"st\" from source..." 4 40
cd /tmp
rm -rf st
git clone https://github.com/lukesmithxyz/st.git
git clone --depth 1 https://github.com/lukesmithxyz/st.git
cd st
make
make install
@ -78,7 +78,7 @@ cd /tmp
dialog --infobox "Installing \"dmenu\" from source..." 4 40
cd /tmp
rm -rf dmenu
git clone https://github.com/lukesmithxyz/dmenu.git
git clone --depth 1 https://github.com/lukesmithxyz/dmenu.git
cd dmenu
make
make install

View File

@ -31,7 +31,7 @@ do
done
echo Downloading config files...
git clone https://github.com/lukesmithxyz/voidrice.git >/dev/null &&
git clone --depth 1 https://github.com/lukesmithxyz/voidrice.git >/dev/null &&
rsync -va voidrice/ /home/$(whoami) >/dev/null &&
rm -rf voidrice >/dev/null
@ -46,10 +46,10 @@ git clone https://github.com/lukesmithxyz/voidrice.git >/dev/null &&
#packer --noconfirm -S polybar || packer --noconfirm -S polybar-git
echo Downloading email setup...
git clone https://github.com/lukesmithxyz/mutt-wizard.git /home/$(whoami)/.config/mutt >/dev/null
git clone --depth 1 https://github.com/lukesmithxyz/mutt-wizard.git /home/$(whoami)/.config/mutt >/dev/null
dialog --infobox "Generating bash/ranger/qutebrowser shortcuts..." 4 60
git clone https://github.com/LukeSmithxyz/shortcut-sync.git >/dev/null &&
git clone --depth 1 https://github.com/LukeSmithxyz/shortcut-sync.git >/dev/null &&
rsync shortcut-sync/shortcuts.sh ~/.scripts/ >/dev/null &&
rsync shortcut-sync/folders ~/.scripts/ >/dev/null &&
rsync shortcut-sync/configs ~/.scripts/ >/dev/null &&