Add NeoVim configuration with default font and update setup script
This commit is contained in:
parent
c02f5ce861
commit
255cad1cb4
107 changed files with 290 additions and 0 deletions
8
setup
8
setup
|
@ -18,3 +18,11 @@
|
|||
if [ -d ~/.config/k9s ]; then
|
||||
[ -e ~/.config/k9s/config.yml ] || ln -s ~/.dotfiles/k9s_config.yml ~/.config/k9s/config.yml
|
||||
fi
|
||||
|
||||
# Copy font if needed
|
||||
[ -d ~/.local/share/fonts ] || cp -r ~/.dotfiles/fonts ~/.local/share
|
||||
|
||||
# Config directory
|
||||
[ -d ~/.config/nvim ] && mv ~/.config/nvim ~/.config/nvim.old
|
||||
ln -s ~/.dotfiles/nvim ~/.config/nvim
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue