remet en place l'install de st
parent
de5223d8c0
commit
69aed333ec
|
|
@ -48,17 +48,17 @@ echo "faire un source .bashrc"
|
|||
|
||||
mkdir -p ~/workspace/suckless
|
||||
cd ~/workspace/suckless
|
||||
[ ! -d "$HOME/workspace/suckless/st" ] && git clone git@git.portenseigne.ovh:pgil/st.git
|
||||
#[ ! -d "$HOME/workspace/suckless/dwm" ] && git clone git@git.portenseigne.ovh:pgil/dwm.git
|
||||
#[ ! -d "$HOME/workspace/suckless/dwm-to-gdm" ] && git clone git@git.portenseigne.ovh:pgil/dwm-to-gdm.git
|
||||
#[ ! -d "$HOME/workspace/suckless/st" ] && git clone git@git.portenseigne.ovh:pgil/st.git
|
||||
#[ ! -d "$HOME/workspace/suckless/slstatus" ] && git clone git@git.portenseigne.ovh:pgil/slstatus.git
|
||||
[ ! -d "$HOME/workspace/suckless/nextvi" ] && git clone https://github.com/kyx0r/nextvi.git
|
||||
|
||||
cd
|
||||
|
||||
cd ~/workspace/suckless/st && git checkout gil && git pull --rebase && make && sudo make install
|
||||
#cd ~/workspace/suckless/dwm && git checkout gil && git pull --rebase && make && sudo make install
|
||||
#cd ~/workspace/suckless/dwm-to-gdm && git checkout gil && git pull --rebase && sudo make install
|
||||
#cd ~/workspace/suckless/st && git checkout gil && git pull --rebase && make && sudo make install
|
||||
#cd ~/workspace/suckless/slstatus && git checkout gil && git pull --rebase && make && sudo make install
|
||||
|
||||
###### dwm install :
|
||||
|
|
|
|||
Loading…
Reference in New Issue