feat: split configuration

This commit is contained in:
2024-02-04 15:06:13 +00:00
parent a71137b234
commit 44f048b06e
3 changed files with 25 additions and 20 deletions

11
config.d/vim.bash Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
# Configuration VIM
if [[ ! -d ~/.vim ]]
then
git clone --recursive https://github.com/xlogerais/config-vim.git ~/.vim
bash ~/.vim/create-links.bash
fi