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
No EOL
663 B
Bash
Executable file

#!/bin/sh
sudo pacman -S rustup
rustup default stable
which paru || (git clone https://aur.archlinux.org/paru.git && cd paru && makepkg -si)
paru -Syu helix kitty qt6ct nwg-look-bin pamixer pavucontrol wlogout bashtop \
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 librewolf-bin steam wine gamescope wl-clipboard fzf zoxide joshuto sxiv
sudo usermod -aG seat $USER
sudo echo $USER >> /etc/shutdown.allow
sudo update-mime-database /usr/share/mime
sudo update-desktop-database
nmtui