28 lines
508 B
Bash
Executable File
28 lines
508 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo pacman -S --needed \
|
|
hyprland \
|
|
hyprlauncher \
|
|
xdg-desktop-portal-hyprland \
|
|
hyprpolkitagent \
|
|
pantheon-shortcut-overlay \
|
|
waybar \
|
|
hyprpaper \
|
|
wpaperd \
|
|
wev \
|
|
hyprlock \
|
|
hypridle \
|
|
nwg-drawer \
|
|
wl-clipboard \
|
|
swaync \
|
|
hyprshot \
|
|
rofi
|
|
|
|
yay -S --needed \
|
|
hyprshutdown \
|
|
hyprtile
|
|
|
|
# Install hyprltm (network manager)
|
|
curl -s https://raw.githubusercontent.com/hyprltm/hyprltm-net/main/setup.sh | bash
|
|
echo 'fish_add_path -m $HOME/.local/bin' >> ~/.config/fish/config.fish
|