From 3c863618426f59ba79a76a7ee424aa42fcc5a505 Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Fri, 18 Dec 2020 20:34:33 +0000 Subject: [PATCH] Update base_install.sh --- base_install.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/base_install.sh b/base_install.sh index 8e8b7f0..6db2636 100644 --- a/base_install.sh +++ b/base_install.sh @@ -1,7 +1,8 @@ -pacman -S git base-devel sudo +git clone https://aur.archlinux.org/yay.git +cd yay +makepkg -si -useradd -m tobi -passwd tobi -echo "Adding tobi to sudoers list" -echo "tobi ALL=(ALL) ALL" >> my_file.txt -su tobi \ No newline at end of file +yay -Syu alacritty alsa-plugins alsa-utils bemenu firefox htop light ly neofetch otf-font-awesome openssh powertop sudo sway swayidle swaylock-effects-git tmux ttf-font-awesome unzip ttf-iosevka vlc waybar wdisplay-git wob xorg-xwayland youtube-dl zsh + +echo "Cloning configs" +git clone http://gitlab.maiertobi.de/tobimai/arch_config.git \ No newline at end of file