Add install.sh

This commit is contained in:
Santiago Lo Coco 2021-12-21 22:01:38 -03:00
parent d953729cf3
commit 668036007c
2 changed files with 20 additions and 1 deletions

View File

@ -24,7 +24,9 @@ startRice() {
./scripts/linkFiles.sh
./scripts/install.sh
clear
}
startRice
startRice

17
scripts/install.sh Executable file
View File

@ -0,0 +1,17 @@
#!/bin/sh
DOTFILES_CONFIG=$HOME/test/.config
cd $DOTFILES_CONFIG
git clone https://github.com/santilococo/dwmblocks.git
git clone https://github.com/santilococo/dwm.git
git clone https://github.com/santilococo/st.git
git clone https://github.com/santilococo/dmenu.git
sudo echo -n
#cd dwmblocks && sudo make install
#cd dwm && sudo make install
#cd st && sudo make install
#cd dmenu && sudo make install