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 30, 2019
1 parent 22e66d0 commit 9395845
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/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 ./.zshrc ~/.zshrc

0 comments on commit 9395845

Please sign in to comment.