kpango's dotfiles
Fullstack Develop Environment in Docker
- helix (https://helix-editor.com/)
- language
- Go
- Rust
- Nim
- Python
- C / C++
- Ruby
- JavaScript
- HTML CSS
- language
- zsh
- sheldon (https://github.com/rossmacarthur/sheldon)
- 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