Skip to content

Instantly share code, notes, and snippets.

@alfredormz
Created November 10, 2018 15:55
Show Gist options
  • Save alfredormz/a60d3134f2d7b11d3320bb87f8262130 to your computer and use it in GitHub Desktop.
Save alfredormz/a60d3134f2d7b11d3320bb87f8262130 to your computer and use it in GitHub Desktop.
ctags setup on mac
brew install ctags
alias ctags="`brew --prefix`/bin/ctags"
alias ctags >> ~/.zshrc
ctags -R --exclude=.git --exclude=.gs --exclude=node_modules --exclude=log *
echo tags >> .git/info/exclude
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment