initial commit
This commit is contained in:
11
install.sh
Executable file
11
install.sh
Executable 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!"
|
Reference in New Issue
Block a user