mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 05:04:34 +00:00
Upate gui install scripts
This commit is contained in:
parent
f16a5c999a
commit
9538d5c1b1
|
@ -103,11 +103,12 @@ git clone --recursive https://github.com/hyprwm/Hyprland ~/.local/src/Hyprland |
|
||||||
pushd ~/.local/src/Hyprland
|
pushd ~/.local/src/Hyprland
|
||||||
# TODO: Consider git pull here, in case the clone fell through and hyprland was already installed
|
# TODO: Consider git pull here, in case the clone fell through and hyprland was already installed
|
||||||
git checkout "$(git rev-list --tags --max-count=1)" # check out the last tag (latest stable release)
|
git checkout "$(git rev-list --tags --max-count=1)" # check out the last tag (latest stable release)
|
||||||
|
make all
|
||||||
sudo make install
|
sudo make install
|
||||||
popd
|
popd
|
||||||
yay -S --noconfirm --needed xdg-desktop-portal-hyprland-git hyprpaper
|
yay -S --noconfirm --needed xdg-desktop-portal-hyprland-git hyprpaper
|
||||||
sudo pacman -R --noconfirm xdg-desktop-portal-gnome || true # don't fail if this isn't installed
|
sudo pacman -R --noconfirm xdg-desktop-portal-gnome || true # don't fail if this isn't installed
|
||||||
cp -ra home/.config/hypr ~/.config/hypr # loads dwindle-autgoroup
|
cp -ra home/.config/hypr ~/.config/hypr # loads dwindle-autogoroup
|
||||||
|
|
||||||
# Hyprland dwindle-autogroup plugin
|
# Hyprland dwindle-autogroup plugin
|
||||||
git clone --recursive https://github.com/ItsDrike/hyprland-dwindle-autogroup ~/.local/src/hyprland-dwindle-autogroup || true # don't fail if exists
|
git clone --recursive https://github.com/ItsDrike/hyprland-dwindle-autogroup ~/.local/src/hyprland-dwindle-autogroup || true # don't fail if exists
|
||||||
|
|
Loading…
Reference in a new issue