Update install script to move fish to the end + fixed incorrect directory

This commit is contained in:
Luke Else 2022-09-22 22:43:33 +02:00
parent 7bb4914dc9
commit 1f273f8888

View File

@ -3,7 +3,7 @@ sudo pacman -Sy cmake yajl neovim fish go dotnet-runtime dotnet-sdk xorg-xsetroo
mv ../.xinitrc ~/.xinitrc
mkdir ~/.dwm
mv ../autostart.sh ~/.dwm/autostart.sh
mv ./autostart.sh ~/.dwm/autostart.sh
chsh -s /usr/bin/fish
@ -19,8 +19,6 @@ cd ~
yay vscode
yay brave
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
mkdir ~/git
cd ~/git
@ -31,4 +29,7 @@ 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
git clone https://github.com/fairyglade/ly
cd ~
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish