Fix installation of vim
This commit is contained in:
parent
b27fafcfca
commit
8246cee66a
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue