Replace sddm with a straight login

This commit is contained in:
David Heinemeier Hansson
2025-06-02 21:13:51 +02:00
parent f0fdd960c7
commit 4091127556
2 changed files with 3 additions and 28 deletions

View File

@ -4,6 +4,9 @@ cp -R ~/.local/share/omarchy/config/* ~/.config/
# Use default bashrc from Omarchy
echo "source ~/.local/share/omarchy/default/bash/rc" >~/.bashrc
# Start Hyprland on first session
echo "[[ -z $DISPLAY && $(tty) == /dev/tty1 ]] && exec Hyprland" >~/.bash_profile
# Set common git aliases
git config --global alias.co checkout
git config --global alias.br branch