Added zsh and oh my zsh, and enabling it as default for new users

This commit is contained in:
2025-06-05 00:11:46 -04:00
parent 987d93b2d1
commit 5539c02f05
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# useradd defaults file
GROUP=100
HOME=/home
INACTIVE=-1
EXPIRE=
SHELL=/bin/zsh
SKEL=/etc/skel
CREATE_MAIL_SPOOL=yes