git clone https://github.com/catatsuy/dot.emacs.d.git ~/.emacs.d
# or
git clone ssh://github.com/catatsuy/dot.emacs.d.git ~/.emacs.d
Go 自体の設定は終わっていること前提
go get -u golang.org/x/tools/cmd/goimports
go get -u github.com/rogpeppe/godef
go get -u golang.org/x/lint/golint
go get -u github.com/kisielk/errcheck
go get -u honnef.co/go/tools/cmd/staticcheck
GO111MODULE=on go get golang.org/x/tools/gopls@latest
elisp を追加したい時は site-lisp
に突っ込むか package.el
で入れる
入れられないものは手動で入れる