Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 364 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 364 Bytes

Dot_files

My all dot_files such as .vimrc, .bash_profile

EMACS configurations:

Setting up go lang:

go get golang.org/x/tools/cmd/...
go get github.com/rogpeppe/godef
go get -u github.com/nsf/gocode
go get golang.org/x/tools/cmd/goimports
go get golang.org/x/tools/cmd/guru

Setting up Markdown files:

brew install pandoc