Include
Vim
GitAlias
Will include by setup.sh file
# Should clone on home directory
$ git clone https://github.com/red-drop/.dotfiles.git
# Depending on vim-plug
$ ln -s .dotfiles/.vimrc .vimrc
$ vim .vimrc # Execute :PlugInstall on command mode
$ ln -s .dotfiles/.gitconfig .gitconfig
$ vim .gitconfig # Fill user attributes
$ echo 'source ~/.dotfiles/.aliases' >> ~/.zshrc$ brew install anyenv
$ echo 'eval "$(anyenv init -)"' >> ~/.zshrc
$ exec $SHELL -l
$ mkdir -p $(anyenv root)/plugins
$ git clone https://github.com/znz/anyenv-update.git $(anyenv root)/plugins/anyenv-update
$ anyenv update
$ anyenv install -l
$ anyenv install [rbenv nodenv jenv goenv]