suppression de st, on reste terminator. fin de tmux
parent
76ad8ec2ed
commit
d8583fe757
|
|
@ -73,15 +73,15 @@ echo "faire un source .bashrc"
|
||||||
|
|
||||||
mkdir -p ~/workspace/suckless
|
mkdir -p ~/workspace/suckless
|
||||||
cd ~/workspace/suckless
|
cd ~/workspace/suckless
|
||||||
[ ! -d "$HOME/workspace/suckless/st" ] && git clone git@git.portenseigne.ovh:pgil/st.git
|
#[ ! -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" ] && 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/dwm-to-gdm" ] && git clone git@git.portenseigne.ovh:pgil/dwm-to-gdm.git
|
||||||
#[ ! -d "$HOME/workspace/suckless/slstatus" ] && git clone git@git.portenseigne.ovh:pgil/slstatus.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
|
#[ ! -d "$HOME/workspace/suckless/nextvi" ] && git clone https://github.com/kyx0r/nextvi.git
|
||||||
|
|
||||||
cd
|
cd
|
||||||
|
|
||||||
cd ~/workspace/suckless/st && git checkout gil && git pull --rebase && make && sudo make install
|
#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 && 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/dwm-to-gdm && git checkout gil && git pull --rebase && sudo make install
|
||||||
#cd ~/workspace/suckless/slstatus && git checkout gil && git pull --rebase && make && sudo make install
|
#cd ~/workspace/suckless/slstatus && git checkout gil && git pull --rebase && make && sudo make install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue