Updated install script to clone git repos for DWM
This commit is contained in:
parent
a6274749fd
commit
7bb4914dc9
@ -21,4 +21,14 @@ yay brave
|
||||
|
||||
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
|
||||
|
||||
neofetch
|
||||
mkdir ~/git
|
||||
cd ~/git
|
||||
|
||||
git config --global user.name "Luke Else"
|
||||
git config --global user.email "mail@luke-else.co.uk"
|
||||
|
||||
git clone ssh://git@git.luke-else.co.uk:222/luke-else/dwm.git
|
||||
git clone ssh://git@git.luke-else.co.uk:222/luke-else/dmenu.git
|
||||
git clone ssh://git@git.luke-else.co.uk:222/luke-else/dwmblocks.git
|
||||
|
||||
git clone https://github.com/fairyglade/ly
|
Loading…
Reference in New Issue
Block a user