From d4bd724bb242a1937d6c39dcbd2105b1b8701558 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Fri, 28 Jul 2023 16:51:16 +0100 Subject: [PATCH] Added scrot and xsecurelock to installed packages --- scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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