12 lines
176 B
Bash
Executable File
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!"
|