Fix installation of vim

This commit is contained in:
Manuel Thalmann 2024-03-07 22:06:10 +01:00
parent 80be3346bb
commit fc10b7d930

View file

@ -17,8 +17,6 @@ yay --noconfirm -Syu \
htop \ htop \
btop \ btop \
nvtop \ nvtop \
vim \
vi-vim-symlink \
zsh \ zsh \
fish \ fish \
dconf-editor \ dconf-editor \
@ -30,6 +28,7 @@ yay --noconfirm -Syu \
flatpak \ flatpak \
; ;
. "../Software/vim/install.sh";
. "../Software/git/install.sh"; . "../Software/git/install.sh";
. "../Config/openssh/install.sh"; . "../Config/openssh/install.sh";