Better handling of Astrovim's user configuration.

This commit is contained in:
Bartek Stalewski 2024-03-28 00:45:20 +01:00
parent 29bc3efded
commit 8ab1d2f8e3
No known key found for this signature in database
12 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ git clone https://git.insomniac.pl/ftpd/dotfiles ~/.local/git/dotfiles
# nvim # nvim
rm -rf ~/.config/nvim ~/.local/share/nvim ~/.local/state/nvim rm -rf ~/.config/nvim ~/.local/share/nvim ~/.local/state/nvim
git clone --depth 1 https://github.com/AstroNvim/AstroNvim ~/.config/nvim git clone --depth 1 https://github.com/AstroNvim/AstroNvim $XDG_CONFIG_HOME/nvim
ln -sf ~/.local/git/dotfiles/astronvim $XDG_CONFIG_HOME/nvim/lua/user
# zsh modules # zsh modules
mkdir -p ~/.local/git/zsh_modules mkdir -p ~/.local/git/zsh_modules