From 587e29efe4584c8fa8016901302fd4214f78be66 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:45:16 +1100 Subject: install scripts for all modules --- install/hypr.fish | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 install/hypr.fish (limited to 'install/hypr.fish') diff --git a/install/hypr.fish b/install/hypr.fish new file mode 100755 index 0000000..4ff9088 --- /dev/null +++ b/install/hypr.fish @@ -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.' -- cgit v1.2.3-freya