Skip to content

Commit

Permalink
Added install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonin Riha committed Dec 31, 2019
1 parent 9395845 commit bb82fdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions init.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
" Fisa-vim-config, a config for both Vim and NeoVim
" http://vim.fisadev.com
" version: 12.0.0

Expand Down Expand Up @@ -59,8 +58,9 @@ else
endif

" Now the actual plugins:

" Override configs by directory
Plug 'moby/moby' , {'rtp': '/contrib/syntax/vim/'}

Plug 'arielrossanigo/dir-configs-override.vim'
" Code commenter
Plug 'scrooloose/nerdcommenter'
Expand Down
5 changes: 2 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

mkdir -p ~/.config/nvim/
ln -s ./init.vim ~/.config/nvim/init.vim
ln -s ./coc-settings.json ~/.config/nvim/coc-settings.json
ln -s $(pwd)/init.vim ~/.config/nvim/init.vim
ln -s $(pwd)/coc-settings.json ~/.config/nvim/coc-settings.json

ln -s ./.zshrc ~/.zshrc

0 comments on commit bb82fdf

Please sign in to comment.