/dotfiles

Auto setup development environment

Primary LanguageVim Script

Auto setup development environment

Installation

bash <(curl -L https://raw.githubusercontent.com/devligue/dotfiles/master/install.sh)

Sync local .dotfiles with this repo

bash <(curl -L https://raw.githubusercontent.com/Devligue/dotfiles/master/scripts/sync_dotfiles.sh)

Supported Platforms

  • Fedora
  • Ubuntu

TODO

  • Go installation + YCM setup
  • JS (node.js, npm) installation + YCM setup
  • Python virtualenvs setup

Acknowledgments

The idea and most of the initial setup code was stolen from jayanatl. Thanks!