kpango's dotfiles
Fullstack Develop Environment in Docker
- neovim (https://neovim.io)
- vim-plug (https://github.com/junegunn/vim-plug)
- vim-lsp (https://github.com/prabirshrestha/vim-lsp)
- python3 deoplete dependency
- language
- Go
- Rust
- Nim
- Python
- C / C++
- Ruby
- JavaScript
- HTML CSS
- zsh
- zplug (https://github.com/zplug/zplug)
- tmux
- git
- gitconfig
- gitignore
- gitattributes
- ghq
- make
- docker
- bash/zsh
# I recommend use ghq instead of git command
git config --global ghq.root $HOME/go/src
ghq get kpango/dotfiles
cd $HOME/go/src/github.com/kpango/dotfiles
make $SHELL
- Fork it ( http://github.com/kpango/dotfiles/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request