This repository has been archived on 2025-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/install.sh

16 lines
686 B
Bash
Raw Normal View History

2023-04-08 11:56:37 +01:00
#!/bin/sh
sudo pacman -S rustup
rustup default stable
which paru || (git clone https://aur.archlinux.org/paru.git && cd paru && makepkg -si)
2023-04-12 17:57:04 +01:00
paru -Syu helix kitty qt6ct nwg-look-bin pamixer pavucontrol wlogout bashtop acpi \
2023-04-08 11:56:37 +01:00
xdg-desktop-portal-hyprland-git polkit-kde-agent qt6-wayland ttf-dejavu ttf-dejavu-nerd \
hyprland hybrid-bar wofi hyprpaper grim slurp cliphist udiskie swaylock swayidle libappindicator-gtk3 \
webcord-git-screenshare firefox steam wine gamescope wl-clipboard fzf zoxide joshuto sxiv brillo noto-fonts-emoji
2023-04-08 11:56:37 +01:00
sudo usermod -aG seat $USER
sudo echo $USER >> /etc/shutdown.allow
sudo update-mime-database /usr/share/mime
sudo update-desktop-database
nmtui