15 lines
313 B
Bash
15 lines
313 B
Bash
#!/bin/bash
|
|
|
|
# Run as root
|
|
|
|
ln -s hypr ../.config/hypr
|
|
|
|
# Hyperland stuff
|
|
pacman -S uwsm hyprland xdg-desktop-portal-hyprland
|
|
|
|
# Basic essentials
|
|
pacman -S waybar dunst libnotify wofi pipewire brightnessctl man-db man-pages
|
|
|
|
# Other software
|
|
pacman -S btop neovim nano grim slurp dust fastfetch feh wl-clipboard
|