From 9d1a7978ee263a6b69ec13d1305d7c89ed0e3e0e Mon Sep 17 00:00:00 2001 From: Craig Buchek Date: Wed, 16 Aug 2017 21:26:35 -0500 Subject: [PATCH] Add ctags file Starting with https://github.com/cypher/dotfiles/blob/master/ctags --- ctags | 6 ++++++ install.sh | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 ctags diff --git a/ctags b/ctags new file mode 100644 index 0000000..61fff66 --- /dev/null +++ b/ctags @@ -0,0 +1,6 @@ +--recurse=yes +--exclude=.git +--exclude=vendor/* +--exclude=node_modules/* +--exclude=db/* +--exclude=log/* diff --git a/install.sh b/install.sh index c7fc7e4..5513263 100755 --- a/install.sh +++ b/install.sh @@ -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