项目作者: idcrook

项目描述 :
macOS / Linux emacs configs, placed in its own repo
高级语言: Emacs Lisp
项目地址: git://github.com/idcrook/.emacs.d.git
创建时间: 2019-05-01T16:20:47Z
项目社区:https://github.com/idcrook/.emacs.d

开源协议:

下载


auxiliary utilities

see i-dotfiles emacs for add’l details

python

  1. # pip3 install --user jedi flake8 autopep8 yapf black rope
  2. # pip3 install --user virtualenvwrapper
  3. pip3 install --user yamllint
  4. pip3 install --user grip
  5. pip3 install --user wakatime
  6. pip3 install --user "debugpy"

node

I prefer nvm to manage node.js/npm packages.

  1. nvm which node
  2. npm list --global --parseable --depth=0
  1. npm install --global marked
  2. # npm install --global vmd
  3. npm install --global tern
  4. npm install --global js-beautify
  5. npm install --global jsxhint
  6. # npm install --global gulp-cli
  7. # npm install --global jsonlint
  8. # npm install --global jshint

golang

  1. GO111MODULE=on go get -v github.com/moorereason/mdfmt

See moorereason/mdfmt: Like gofmt, but for Markdown with front matter.