From 029446acf59d41f003531716bada9e11f25ae697 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Sun, 6 Apr 2025 10:34:56 +0000 Subject: [PATCH] added neovim to default packages --- post/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/post/run.sh b/post/run.sh index 304f9be..389ad01 100644 --- a/post/run.sh +++ b/post/run.sh @@ -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