mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-25 20:54:34 +00:00
Fix typo (don't run yay as root)
This commit is contained in:
parent
6273223007
commit
6a803b051a
|
@ -101,7 +101,7 @@ pushd ~/.local/src/Hyprland
|
||||||
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)
|
||||||
sudo make install
|
sudo make install
|
||||||
popd
|
popd
|
||||||
sudo yay -S --noconfirm --needed xdg-desktop-portal-hyprland-git hyprpaper
|
yay -S --noconfirm --needed xdg-desktop-portal-hyprland-git hyprpaper
|
||||||
cp -ra home/.config/hypr ~/.config/hypr # loads dwindle-autgoroup
|
cp -ra home/.config/hypr ~/.config/hypr # loads dwindle-autgoroup
|
||||||
|
|
||||||
# Hyprland dwindle-autogroup plugin
|
# Hyprland dwindle-autogroup plugin
|
||||||
|
|
Loading…
Reference in a new issue