17 lines
395 B
Bash
17 lines
395 B
Bash
#!/bin/bash
|
|
|
|
# Run as root
|
|
|
|
ln -s hypr ../.config/hypr
|
|
ln -s fastfetch ../.config/fastfetch
|
|
ln -s mimeapps.list ../.config/mimeapps.list
|
|
|
|
# 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
|