From 231f47e150cbb969ee9e05bae082032958ba1ccc Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Fri, 18 Dec 2020 20:25:11 +0000 Subject: [PATCH] Update base_install.sh --- base_install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 base_install.sh diff --git a/base_install.sh b/base_install.sh new file mode 100644 index 0000000..023cdcb --- /dev/null +++ b/base_install.sh @@ -0,0 +1,10 @@ +pacman -S git base-devel +git clone https://aur.archlinux.org/yay.git +cd yay +makepkg -si +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 +useradd -m tobi +passwd tobi + +echo "Adding tobi to sudoers list" +echo "tobi ALL=(ALL) ALL" >> my_file.txt