mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-07 07:49:30 -05:00
install scripts for all modules
This commit is contained in:
Executable
+16
@@ -0,0 +1,16 @@
|
||||
#!/bin/fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
install-deps git uwsm hyprland-git hyprpaper-git hyprlock-git hypridle-git polkit-gnome gnome-keyring wl-clipboard wireplumber
|
||||
install-optional-deps 'gammastep (night light)' 'wlogout (secondary session menu)' 'grimblast-git (screenshot freeze)' 'hypricker-git (colour picker)' 'foot (terminal emulator)' 'firefox (web browser)' 'vscodium-bin (IDE)' 'thunar (file manager)' 'nemo (secondary file manager)' 'fuzzel (secondary app launcher)'
|
||||
|
||||
set -l hypr $CONFIG/../hypr
|
||||
|
||||
confirm-overwrite $hypr
|
||||
git clone 'https://github.com/caelestia-dots/hypr.git' $hypr
|
||||
|
||||
sudo pacman -S --needed --noconfirm ydotool
|
||||
systemctl --user enable --now ydotool.service
|
||||
|
||||
log 'Done.'
|
||||
Reference in New Issue
Block a user