From 1f273f888845a9e4334a562dbb47fb0a105bab01 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 22 Sep 2022 22:43:33 +0200 Subject: [PATCH] Update install script to move fish to the end + fixed incorrect directory --- scripts/install.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 51480a0..a56ee93 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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 \ No newline at end of file +git clone https://github.com/fairyglade/ly + +cd ~ +curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish \ No newline at end of file