Added autologin and more deps

This commit is contained in:
2026-04-21 18:45:26 +00:00
parent 10909bc66f
commit 7cb598aea6

View File

@@ -52,7 +52,14 @@ sudo pacman -S --needed --noconfirm \
neovim \
starship \
lazygit \
openssh
openssh \
alacritty \
hyprpaper \
cava \
waybar \
keyd \
grim \
chromium
# -------------------------------
# yay
@@ -85,6 +92,8 @@ else
info "ble.sh already installed"
fi
append_if_missing 'source -- ~/.local/share/blesh/ble.sh' "$BASHRC"
touch ~/.blerc
echo '[ -f "$HOME/.config/blerc" ] && source "$HOME/.config/blerc"' >>~/.blerc
# -------------------------------
# Shell setup
@@ -152,3 +161,11 @@ git clone "$WALLPAPERS_REPO" "$WALLPAPER_TARGET"
info "Post-install section completed"
echo "You may want to restart your shell or run: source ~/.bashrc"
sudo mkdir -p /etc/sddm.conf.d
sudo tee /etc/sddm.conf.d/autologin.conf >/dev/null <<'EOF'
[Autologin]
User=hector
Session=hyprland-uwsm
EOF