Back to astronvim.
This commit is contained in:
parent
0aed4edea5
commit
e26650d344
@ -46,7 +46,7 @@ fi
|
||||
function ud() {
|
||||
wd dots && git pull
|
||||
for i in $XDG_CONFIG_HOME/nvim ~/.local/git/zsh_modules/*; do sh -c "cd $i && git pull"; done
|
||||
nvim -c "NvChadUpdate" -c q
|
||||
nvim -c "Lazy update"
|
||||
rm -rf ~/go
|
||||
cd
|
||||
}
|
||||
|
@ -19,9 +19,7 @@ git clone https://git.insomniac.pl/ftpd/dotfiles ~/.local/git/dotfiles
|
||||
|
||||
# nvim
|
||||
rm -rf ~/.config/nvim ~/.local/share/nvim ~/.local/state/nvim
|
||||
git clone https://github.com/NvChad/NvChad $XDG_CONFIG_HOME/nvim --depth 1
|
||||
rm -rf $XDG_CONFIG_HOME/nvim/lua/custom
|
||||
ln -sf ~/.local/git/dotfiles/_nvchad_custom $XDG_CONFIG_HOME/nvim/lua/custom
|
||||
git clone --depth 1 https://github.com/AstroNvim/AstroNvim ~/.config/nvim
|
||||
|
||||
# zsh modules
|
||||
mkdir -p ~/.local/git/zsh_modules
|
||||
|
Loading…
Reference in New Issue
Block a user