Added autologin and more deps
This commit is contained in:
19
part1.sh
19
part1.sh
@@ -52,7 +52,14 @@ sudo pacman -S --needed --noconfirm \
|
|||||||
neovim \
|
neovim \
|
||||||
starship \
|
starship \
|
||||||
lazygit \
|
lazygit \
|
||||||
openssh
|
openssh \
|
||||||
|
alacritty \
|
||||||
|
hyprpaper \
|
||||||
|
cava \
|
||||||
|
waybar \
|
||||||
|
keyd \
|
||||||
|
grim \
|
||||||
|
chromium
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
# yay
|
# yay
|
||||||
@@ -85,6 +92,8 @@ else
|
|||||||
info "ble.sh already installed"
|
info "ble.sh already installed"
|
||||||
fi
|
fi
|
||||||
append_if_missing 'source -- ~/.local/share/blesh/ble.sh' "$BASHRC"
|
append_if_missing 'source -- ~/.local/share/blesh/ble.sh' "$BASHRC"
|
||||||
|
touch ~/.blerc
|
||||||
|
echo '[ -f "$HOME/.config/blerc" ] && source "$HOME/.config/blerc"' >>~/.blerc
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
# Shell setup
|
# Shell setup
|
||||||
@@ -152,3 +161,11 @@ git clone "$WALLPAPERS_REPO" "$WALLPAPER_TARGET"
|
|||||||
|
|
||||||
info "Post-install section completed"
|
info "Post-install section completed"
|
||||||
echo "You may want to restart your shell or run: source ~/.bashrc"
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user