diff --git a/part1.sh b/part1.sh index 15bb801..ed0cfe9 100755 --- a/part1.sh +++ b/part1.sh @@ -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