/envconfig

Configure vim and oh-my-zsh quickly on Linux or Mac OSX

Primary LanguageVim Script

Configure vim and oh-my-zsh quickly on Linux or Mac OSX

Requirements

  • Vim and zsh should be installed firstly
  • If NOT, please run script such as apt-get update && apt-get install -y vim zsh on linux or brew install zsh on mac
  • Set zsh as default shell if you want
    command -v zsh | sudo tee -a /etc/shells
    sudo chsh -s "$(command -v zsh)" "${USER}"

How to run it

    cd ~/
    git clone https://github.com/alexya/envconfig.git
    cd envconfig
    bash setup.sh

What will be installed

  • Copy my own customized .vimrc
  • Install plug-in management tool of vim - Vundle
  • Install some useful plug-ins for vim
  • Install oh-my-zsh and use my own configuration

Screenshot after installation

References

License

This is distributed under the GNU GPL v2.0.