Initial Commit

This commit is contained in:
Salim Zaidi 2023-06-20 17:45:22 +01:00
parent f18da1cc25
commit a5bc6b13c5
96 changed files with 6936 additions and 0 deletions

24
optional/autologin.txt Normal file
View file

@ -0,0 +1,24 @@
sudo vim /etc/systemd/logind.conf
uncomment #NAutoVTs=6
make it NAutoVTs=1
sudo mkdir -p /etc/systemd/system/getty@tty1.service.d
cd /etc/systemd/system/getty@tty1.service.d
sudo vim override.conf
[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin zed --noclear %I $TERM
sudo systemctl daemon-reload
cd ~
echo "exec startx" > .bash_profile
echo "exec i3" > .xinitrc