first setup

This commit is contained in:
radumacocian
2024-08-18 18:41:41 +02:00
commit 984c55deac
353 changed files with 523 additions and 0 deletions

17
install.sh Normal file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
mkdir projects
cd projects
git clone https://github.com/macocianradu/homefull-api.git
git clone https://github.com/macocianradu/homefull-gui.git
git clone https://github.com/macocianradu/setup.git
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
cd nvim_config
ln -s .config/nvim ~/.config/nvim
ln -s .vim/undodir ~/.vim/undodir
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'