Cleanup configs
This commit is contained in:
parent
e7ae131ef1
commit
88aff77c72
7 changed files with 13 additions and 25 deletions
|
@ -5,8 +5,8 @@ _autoinstall_base () {
|
|||
"$HOME/.config/vim/autoload/plug.vim" \
|
||||
&& [ -x "$(command -v vim)" ] && yes | vim +'PlugInstall --sync' +qa --not-a-term
|
||||
|
||||
_autoinstall_git "https://github.com/AstroNvim/AstroNvim" "$HOME/.config/nvim" \
|
||||
&& [ -x "$(command -v nvim)" ] && nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
|
||||
#_autoinstall_git "https://github.com/AstroNvim/AstroNvim" "$HOME/.config/nvim" \
|
||||
# && [ -x "$(command -v nvim)" ] && nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
|
||||
|
||||
[ ! -x "$(command -v starship)" ] \
|
||||
&& curl -sS "https://starship.rs/install.sh" | BIN_DIR="$HOME/.local/bin" FORCE=1 sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue