mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-18 21:00:04 +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
|
||||
|
||||
nvim ~/projects/setup/.config/nvim/lua/wicked/packer.lua --headless\
|
||||
-c 'so' -c 'PackerSync' -c 'qall'
|
||||
|
||||
echo "----- Copying NVIM configuration -----"
|
||||
if [ ! -d "$HOME/.config" ]; then
|
||||
echo ".config folder not found. Creating one"
|
||||
@@ -50,6 +53,3 @@ if [ ! -d "$HOME/.vim" ]; then
|
||||
mkdir ~/.vim
|
||||
fi
|
||||
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