Skip to content

Commit

Permalink
Add ctags file
Browse files Browse the repository at this point in the history
  • Loading branch information
booch committed Aug 17, 2017
1 parent 185f9ec commit 9d1a797
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ctags
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
--recurse=yes
--exclude=.git
--exclude=vendor/*
--exclude=node_modules/*
--exclude=db/*
--exclude=log/*
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ ln -sf config_files/gitattributes ~/.gitattributes

ln -sf config_files/inputrc ~/.inputrc

ln -sf config_files/ctags ~/.ctags

mkdir -p ~/.docker
ln -sf ../config_files/docker/config.json ~/.docker/config.json

Expand Down

0 comments on commit 9d1a797

Please sign in to comment.