fix(install): Create missing .config folder
This commit is contained in:
parent
4a49035272
commit
ad0262ab48
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ ln -s $DOTFILES/.tmux.conf $HOME/.tmux.conf
|
|||
|
||||
# nvim
|
||||
rm -rf $HOME/.config/nvim
|
||||
mkdir -p $HOME/.config
|
||||
ln -s $DOTFILES/nvim $HOME/.config/nvim
|
||||
|
||||
# NVIM config:
|
||||
|
|
Loading…
Add table
Reference in a new issue