Update base_install.sh

This commit is contained in:
2020-12-18 20:31:13 +00:00
parent cc0a88dfb6
commit a879f8a703

View File

@@ -1,13 +1,15 @@
pacman -S git base-devel
pacman -S git base-devel sudo
useradd -m tobi
passwd tobi
echo "Adding tobi to sudoers list"
echo "tobi ALL=(ALL) ALL" >> my_file.txt
su tobi
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
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