From 4afb3372f12d93671c69fb5ac867cdea44d54897 Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Mon, 25 Jan 2021 15:50:40 +0000 Subject: [PATCH] Update base_install.sh --- base_install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base_install.sh b/base_install.sh index 6092a65..0bb87a8 100644 --- a/base_install.sh +++ b/base_install.sh @@ -2,16 +2,17 @@ git clone https://aur.archlinux.org/yay.git cd yay makepkg -si -yay -Syu alacritty alsa-plugins alsa-utils wdisplays udisks2 udiskie oh-my-zsh-git bemenu firefox htop light neofetch otf-font-awesome openssh powertop sway swayidle swaylock-effects-git tmux ttf-font-awesome unzip ttf-iosevka vlc waybar wdisplays-git wob xorg-xwayland youtube-dl zsh networkmanager ly mako-git aerc zsh-syntax-highlithing network-manager-applet zsh-theme-powerlevel10k +yay -Syu alacritty alsa-plugins alsa-utils wdisplays udisks2 udiskie oh-my-zsh-git bemenu firefox htop light neofetch otf-font-awesome openssh powertop sway swayidle swaylock-effects-git tmux ttf-font-awesome unzip ttf-iosevka vlc waybar wdisplays-git wob xorg-xwayland youtube-dl zsh networkmanager ly mako-git aerc zsh-syntax-highlighting network-manager-applet zsh-theme-powerlevel10k sudo systemctl start NetworkManager sudo systemctl enable NetworkManager sudo systemctl enable ly +cp -r configs/. /home/tobi/.config sudo echo "MOZ_ENABLE_WAYLAND=1" >> /etc/environment -cp configs/. /home/tobi/.config + sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"