initial commit

This commit is contained in:
2025-08-05 08:18:20 +10:00
commit cf72da26d1
8 changed files with 710 additions and 0 deletions

11
install.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/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!"