mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-19 05:10:03 +00:00
packersync before rest of config
This commit is contained in:
Binary file not shown.
BIN
.vim/undodir/%home%rmaco%projects%setup%install.sh
Normal file
BIN
.vim/undodir/%home%rmaco%projects%setup%install.sh
Normal file
Binary file not shown.
@@ -39,6 +39,9 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
nvim ~/projects/setup/.config/nvim/lua/wicked/packer.lua --headless\
|
||||||
|
-c 'so' -c 'PackerSync' -c 'qall'
|
||||||
|
|
||||||
echo "----- Copying NVIM configuration -----"
|
echo "----- Copying NVIM configuration -----"
|
||||||
if [ ! -d "$HOME/.config" ]; then
|
if [ ! -d "$HOME/.config" ]; then
|
||||||
echo ".config folder not found. Creating one"
|
echo ".config folder not found. Creating one"
|
||||||
@@ -50,6 +53,3 @@ if [ ! -d "$HOME/.vim" ]; then
|
|||||||
mkdir ~/.vim
|
mkdir ~/.vim
|
||||||
fi
|
fi
|
||||||
ln -s ~/projects/setup/.vim/undodir ~/.vim/undodir
|
ln -s ~/projects/setup/.vim/undodir ~/.vim/undodir
|
||||||
|
|
||||||
cd ~/projects/setup/.config/nvim/lua/wicked
|
|
||||||
nvim packer.lua --headless -c 'so' -c 'PackerSync' -c 'qall'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user