Update install
This commit is contained in:
parent
9be7c3c743
commit
c2edb5060e
24
install
24
install
@ -39,29 +39,17 @@ if [[ -f /etc/os-release && $1 == "packages" ]]; then
|
||||
|
||||
elif [[ $distro == "arch linux" ]]; then
|
||||
sudo pacman -Sy --noconfirm
|
||||
|
||||
sudo pacman -S git base-devel curl wget --noconfirm
|
||||
|
||||
# install yay AUR helper
|
||||
git clone https://aur.archlinux.org/yay.git /tmp/yay
|
||||
cd /tmp/yay && makepkg -si --noconfirm
|
||||
yay -Sy --noconfirm
|
||||
sudo pacman -S git curl wget --noconfirm
|
||||
|
||||
sudo pacman --noconfirm -S \
|
||||
fish grim slurp wl-clipboard sway swaylock swaybg alacritty rofi \
|
||||
networkmanager networkmanager-openvpn xournalpp \
|
||||
php python helix jdk-openjdk docker docker-buildx gdm gnome seahorse
|
||||
|
||||
yay -S google-chrome light snapd --noconfirm
|
||||
|
||||
sudo ln -s /var/lib/snapd/snap /snap
|
||||
sudo systemctl enable snapd.socket
|
||||
fish networkmanager networkmanager-openvpn \
|
||||
gdm gnome helix docker docker-buildx \
|
||||
flatpak gnome-software \
|
||||
distrobox
|
||||
|
||||
sudo systemctl enable gdm
|
||||
sudo systemctl enable NetworkManager
|
||||
|
||||
yay --noconfirm
|
||||
|
||||
sudo systemctl enable docker
|
||||
fi
|
||||
|
||||
sudo usermod -aG video $USER
|
||||
|
Loading…
x
Reference in New Issue
Block a user