From 7fa93a7f7cd2fca2ae921ab2c687c12fe4d326e7 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 10 Nov 2022 10:27:40 +0100 Subject: [PATCH] Add rustup to install script --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 5fc443e..f24a095 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,5 +1,5 @@ sudo pacman -Syu -sudo pacman -Sy cmake yajl neovim fish go dotnet-runtime dotnet-sdk xorg-xsetroot aspnet-runtime alacritty spotifyd neofetch nodejs discord vifm docker networkmanager-openvpn htop awesome-terminal-fonts ttf-jetbrains-mono gnome-keyring playerctl base-devel +sudo pacman -Sy rustup cmake yajl neovim fish go dotnet-runtime dotnet-sdk xorg-xsetroot aspnet-runtime alacritty spotifyd neofetch nodejs discord vifm docker networkmanager-openvpn htop awesome-terminal-fonts ttf-jetbrains-mono gnome-keyring playerctl base-devel mv ../.xinitrc ~/.xinitrc mkdir ~/.dwm