Skip to content

Instantly share code, notes, and snippets.

@lihuanshuai
Last active October 18, 2016 16:07
Show Gist options
  • Save lihuanshuai/b4e4df355f1b3230dc4f to your computer and use it in GitHub Desktop.
Save lihuanshuai/b4e4df355f1b3230dc4f to your computer and use it in GitHub Desktop.
spacemacs-layer相关依赖
# for js analyzer
sudo npm install -g ternjs
# in project root
touch .tern-project
# for gtags
sudo apt-get install global
wget https://raw.githubusercontent.com/Schnouki/dotfiles/master/globalrc -O ~/.globalrc
# for cscope
sudo apt-get install cscope
sudo pip install pycscope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment