diff --git a/base_install.sh b/base_install.sh index 5aeb65c..8e8b7f0 100644 --- a/base_install.sh +++ b/base_install.sh @@ -4,12 +4,4 @@ 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 - -echo "Cloning configs" -git clone http://gitlab.maiertobi.de/tobimai/arch_config.git \ No newline at end of file +su tobi \ No newline at end of file