diff --git a/scripts/install.sh b/scripts/install.sh index 56bea27..51480a0 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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 \ No newline at end of file