added neovim to default packages

This commit is contained in:
Marcel Stangenberger 2025-04-06 10:34:56 +00:00
parent 427a5c3c71
commit 029446acf5

View File

@ -22,7 +22,8 @@ systemctl enable iptables
systemctl enable ip6tables
echo "Install minimal required packages..."
pacman --noconfirm -S iftop htop bash-completion iotop lsof screen neofetch
pacman --noconfirm -S iftop htop bash-completion iotop lsof screen neofetch neovim
ln -s /usr/bin/vi /usr/bin/nvim
echo "Setup motd default..."
echo "neofetch" >> /etc/profile.d/neofetch.sh