Add install.sh
This commit is contained in:
parent
d953729cf3
commit
668036007c
|
@ -24,7 +24,9 @@ startRice() {
|
||||||
|
|
||||||
./scripts/linkFiles.sh
|
./scripts/linkFiles.sh
|
||||||
|
|
||||||
|
./scripts/install.sh
|
||||||
|
|
||||||
clear
|
clear
|
||||||
}
|
}
|
||||||
|
|
||||||
startRice
|
startRice
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue