Files
dotfiles/install.sh
2025-08-05 08:18:20 +10:00

12 lines
176 B
Bash
Executable File

#!/usr/bin/env bash
# Install dependencies
sudo pacman -S --needed hyprland hyprcursor hyprlock swaybg kitty wofi
# Copy things into place
cp -r * ~/.config/
echo "Done!"