fixed the install script running on sudo which is dense

main
The_miro 2024-11-11 19:23:15 +01:00
parent 86febb86fe
commit 9b47145d45
1 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
#install components
sudo pacman -S \
base \
@ -67,7 +68,7 @@ zip \
zram-generator \
zsh
#networkmanager setup
systemctl enable NetworkManager.service
sudo systemctl enable NetworkManager.service
#starship setup
curl -sS https://starship.rs/install.sh | sh
#ohmyzsh setup
@ -107,8 +108,8 @@ chsh -s /usr/bin/zsh
homectl update --shell=/usr/bin/zsh
#greetd setup
cp -f ~/Dotfiles/desktopenvs/hyprland/greetd-tuigreet/config.toml /etc/greetd/config.toml
systemctl enable greetd.service
sudo cp -f ~/Dotfiles/desktopenvs/hyprland/greetd-tuigreet/config.toml /etc/greetd/config.toml
sudo systemctl enable greetd.service
#final reboot
#systemctl reboot