Coder Social home page Coder Social logo

development-env-config's Introduction

Problem

As a developer when you change computers or when you ssh login to a remote server you will feel pain that the alias, scripts and software that you are familiar on your computer are not available anymore. Development-env-config is trying to solve this problem, make sure you can always get your development env setup in few seconds.

development-env-config is used for setting up your development enviornment at whereever you want in few seconds. (Now only MacOS/Linux are supported).

Just put whatever you want to use at the right placde, development-env-config will set everything for you.

Install

  1. If you put your private bashrc file at bitbucket, you can setup the following, otherwise skip.
export BITBUCKET_CONFIG_REPOSITORY=YOUR_BITBUCKET_REPOSITORY
  1. execute the setup script
mkdir -p ~/.initial-config && cd ~/.initial-config
git clone [email protected]:arthurbryant/development-env-config.git
cd development-env-config && . ./setup.sh

That's it! Your familiar development enviornment will set up for you.

Customize

If you want to add your own tools, scripts, bashrc, here is how.

bashrc

Add your own bashrc file

  • add your file to bashrc-config/
  • rerun . ./setup.sh

Add your bashrc file from bitbucket private repository

export BITBUCKET_CONFIG_REPOSITORY=YOUR_BITBUCKET_REPOSITORY

This will automatically copy all the files under your bitbucket private repository to ~/.bashrc-config and work all your config will work right away.

Note: please make sure you have access to your bitbucket repository before set BITBUCKET_CONFIG_REPOSITORY variable.

tools

Install the tools you want to install

  • add your install scripts and config file to tools/
  • rerun . ./setup.sh

scripts

  • add your script files to scripts/
  • rerun . ./setup.sh

development-env-config's People

Contributors

arthurbryant avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.