Setze symbolische Verknüpfung zu ls
This commit is contained in:
parent
51d5306901
commit
47661fe681
1 changed files with 4 additions and 0 deletions
|
@ -598,6 +598,10 @@ if ! [ -f "/etc/X11/xorg.conf.d/40-libinput.conf" ]; then
|
||||||
ln -s /usr/share/X11/xorg.conf.d/40-libinput.conf /etc/X11/xorg.conf.d/40-libinput.conf
|
ln -s /usr/share/X11/xorg.conf.d/40-libinput.conf /etc/X11/xorg.conf.d/40-libinput.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ! [ -f "/usr/bin/l" ]; then
|
||||||
|
ln -s /usr/bin/ls /usr/bin/l
|
||||||
|
fi
|
||||||
|
|
||||||
su ${user} -c "chezmoi init --apply https://git.spectreos.de/simono41/dotfiles.git"
|
su ${user} -c "chezmoi init --apply https://git.spectreos.de/simono41/dotfiles.git"
|
||||||
su ${user} -c "chezmoi update -v"
|
su ${user} -c "chezmoi update -v"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue