Better handling of Astrovim's user configuration.
This commit is contained in:
parent
29bc3efded
commit
8ab1d2f8e3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user