Files
dotfiles/install.sh

12 lines
176 B
Bash
Raw Normal View History

2025-08-05 08:18:20 +10:00
#!/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!"