mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
Changes to be committed:
modified: install.sh
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
[ -d "~/.local/share/nvim/site/pack/packer/start/packer.nvim" ] && rm -rf ~/.local/share/nvim/site/pack/packer/start/packer.nvim
|
[ -d "$HOME/.local/share/nvim/site/pack/packer/start/packer.nvim" ] && rm -rf $HOME/.local/share/nvim/site/pack/packer/start/packer.nvim
|
||||||
|
git clone --depth 1 https://github.com/wbthomason/packer.nvim $HOME/.local/share/nvim/site/pack/packer/start/packer.nvim
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
|
[ -d "$HOME/.config/nvim" ] && mv $HOME/.config/nvim $HOME/.config/nvim-(date "+%F-%T").bak
|
||||||
|
|
||||||
[ -d "~/.config/nvim" ] && mv ~/.config/nvim ~/.config/nvim.bak
|
mkdir -p $HOME/.config/nvim && git clone --depth 1 https://github.com/arkorty/neolite.git $HOME/.config/nvim
|
||||||
|
|
||||||
mkdir -p ~/.config/nvim && git clone --depth 1 https://github.com/arkorty/neolite.git ~/.config/nvim
|
|
||||||
|
|
||||||
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
|
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
|
||||||
nvim +TSUpdate "+MasonInstall stylua rustfmt prettier black clang-format"
|
nvim +TSUpdate "+MasonInstall stylua rustfmt prettier black clang-format"
|
||||||
|
|||||||
Reference in New Issue
Block a user