Merge branch 'master' of http://gitlab.maiertobi.de/tobimai/arch_config
This commit is contained in:
@@ -1,18 +1,21 @@
|
||||
git clone https://aur.archlinux.org/yay.git
|
||||
cd yay
|
||||
makepkg -si --noconfirm
|
||||
makepkg -si
|
||||
|
||||
yay -Syu --answerclean All --noconfirm alacritty alsa-plugins alsa-utils 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
|
||||
yay -Syu alacritty alsa-plugins alsa-utils udisks2 udiskie 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
|
||||
|
||||
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
|
||||
mkdir ../.config
|
||||
cp -r configs/. /home/tobi/.config
|
||||
|
||||
sudo bash -c "echo 'MOZ_ENABLE_WAYLAND=1' >> /etc/environment"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
pacman -S git base-devel sudo
|
||||
pacman -S --noconfirm git base-devel sudo
|
||||
|
||||
useradd -m tobi
|
||||
passwd tobi
|
||||
|
||||
Reference in New Issue
Block a user