Merge pull request #454 from kronikpillow/missing-directories
Missing directories
This commit is contained in:
commit
daa6b87f83
2
larbs.sh
2
larbs.sh
@ -235,6 +235,8 @@ systembeepoff
|
||||
# Make zsh the default shell for the user.
|
||||
chsh -s /bin/zsh "$name" >/dev/null 2>&1
|
||||
sudo -u "$name" mkdir -p "/home/$name/.cache/zsh/"
|
||||
sudo -u "$name" mkdir -p "/home/$name/.config/abook/"
|
||||
sudo -u "$name" mkdir -p "/home/$name/.config/mpd/playlists/"
|
||||
|
||||
# dbus UUID must be generated for Artix runit.
|
||||
dbus-uuidgen > /var/lib/dbus/machine-id
|
||||
|
Loading…
Reference in New Issue
Block a user