diff --git a/scripts/install.sh b/scripts/install.sh index 3e4a184..77234da 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -2,7 +2,7 @@ # Update and install base packages sudo pacman -Syu -sudo pacman -Sy xorg-xsetroot alacritty ttf-firacode-nerd noto-fonts gnome-keyring playerctl # DE Setup +sudo pacman -Sy xorg-xsetroot alacritty ttf-firacode-nerd noto-fonts gnome-keyring playerctl scrot xsecurelock # DE Setup sudo pacman -Sy neovim vifm neofetch fish htop networkmanager networkmanager-openvpn unzip ripgrep lldb # Utilities sudo pacman -Sy base-devel rustup go fzf cmake docker # Dev sudo pacman -Sy spotifyd discord # Userspace @@ -18,7 +18,7 @@ chsh -s /usr/bin/fish # Install rust (Used for Lemurs) rustup install stable -# Install AUR +# Install AUR:w cd /opt sudo git clone https://aur.archlinux.org/yay.git sudo chown -R luke-else:users ./yay