Update install script to move fish to the end + fixed incorrect directory
This commit is contained in:
parent
7bb4914dc9
commit
1f273f8888
@ -3,7 +3,7 @@ sudo pacman -Sy cmake yajl neovim fish go dotnet-runtime dotnet-sdk xorg-xsetroo
|
|||||||
|
|
||||||
mv ../.xinitrc ~/.xinitrc
|
mv ../.xinitrc ~/.xinitrc
|
||||||
mkdir ~/.dwm
|
mkdir ~/.dwm
|
||||||
mv ../autostart.sh ~/.dwm/autostart.sh
|
mv ./autostart.sh ~/.dwm/autostart.sh
|
||||||
|
|
||||||
chsh -s /usr/bin/fish
|
chsh -s /usr/bin/fish
|
||||||
|
|
||||||
@ -19,8 +19,6 @@ cd ~
|
|||||||
yay vscode
|
yay vscode
|
||||||
yay brave
|
yay brave
|
||||||
|
|
||||||
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
|
|
||||||
|
|
||||||
mkdir ~/git
|
mkdir ~/git
|
||||||
cd ~/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/dmenu.git
|
||||||
git clone ssh://git@git.luke-else.co.uk:222/luke-else/dwmblocks.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
|
Loading…
Reference in New Issue
Block a user