-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup
More file actions
executable file
·26 lines (22 loc) · 1.09 KB
/
Copy pathsetup
File metadata and controls
executable file
·26 lines (22 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash
sudo pacman -S --needed hyprland waybar uwsm udiskie ttf-roboto-mono-nerd \
wl-clipboard wireplumber ttf-liberation nvim swaybg sudo-rs slurp grim sddm \
rofi qt6ct qt5ct qt6-wayland qt5-wayland nwg-look noto-fonts noto-fonts-cjk \
noto-fonts-emoji networkmanager network-manager-applet mpv pipewire libreoffice-fresh \
kvantum-qt5 kvantum kitty kcolorchooser hyprpolkitagent hypridle hyprcursor hunspell \
hunspell-en_us gwenview gnu-free-fonts ghostwriter firewalld dunst dolphin dhcpcd \
copyq btop bash-completion xdg-user-dirs okular base-devel otf-font-awesome
xdg-user-dirs-update
mkdir -p "$HOME/Downloads/AUR/"
git clone https://aur.archlinux.org/bibata-cursor-theme-bin.git "$HOME/Downloads/AUR/bibata-cursor"
cd "$HOME/Downloads/AUR/bibata-cursor"
makepkg -sirc
cd ..
git clone https://aur.archlinux.org/waterfox-bin.git
cd waterfox-bin
makepkg -sirc
systemctl --user enable waybar.service --now
systemctl --user enable hypridle.service --now
systemctl --user enable hyprpolkitagent.service --now
systemctl enable firewalld.service --now
systemctl enable systemd-resolved.service --now