mirror of
https://github.com/tiyn/larbs.git
synced 2025-04-04 08:17:45 +02:00
Update larbs.sh
This commit is contained in:
parent
54a5340191
commit
cba7b1bbb1
13
larbs.sh
13
larbs.sh
@ -199,9 +199,12 @@ manualinstall $aurhelper || error "Failed to install AUR helper."
|
||||
# and all build dependencies are installed.
|
||||
installationloop
|
||||
|
||||
# install dotfiles as bare repo to easily update
|
||||
runuser -l $USER -c 'git clone --bare $dotfilesrepo /home/$USER/.dotfiles'
|
||||
runuser -l $USER -c 'git --git-dir=/home/$USER/.dotfiles/ --work-tree=/home/$USER checkout -f'
|
||||
dialog --title "LARBS Installation" --infobox "Finally, installing \`libxft-bgra\` to enable color emoji in suckless software without crashes." 5 70
|
||||
yes | sudo -u "$name" $aurhelper -S libxft-bgra >/dev/null 2>&1
|
||||
|
||||
# Install the dotfiles in the user's home directory
|
||||
putgitrepo "$dotfilesrepo" "/home/$name" "$repobranch"
|
||||
rm -f "/home/$name/README.md" "/home/$name/LICENSE"
|
||||
|
||||
# Pulseaudio, if/when initially installed, often needs a restart to work immediately.
|
||||
[ -f /usr/bin/pulseaudio ] && resetpulse
|
||||
@ -209,8 +212,8 @@ runuser -l $USER -c 'git --git-dir=/home/$USER/.dotfiles/ --work-tree=/home/$USE
|
||||
# Enable services here.
|
||||
systemctl enable NetworkManager
|
||||
|
||||
#changing default shell
|
||||
chsh -s /bin/zsh $USER
|
||||
# Make zsh the default shell for the user.
|
||||
sed -i "s/^$name:\(.*\):\/bin\/.*/$name:\1:\/bin\/zsh/" /etc/passwd
|
||||
|
||||
#updating pkgfile packagerepos
|
||||
sudo pkgfile -u
|
||||
|
Loading…
x
Reference in New Issue
Block a user