Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0dust/gitpod setup #9

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

0dust/gitpod setup #9

wants to merge 14 commits into from

Commits on Jul 19, 2020

  1. Fully automate dev setup with Gitpod

    This commit implements a fully-automated development setup using Gitpod.io, an
    online IDE for GitHub and GitLab that enables Dev-Environments-As-Code.
    This makes it easy for anyone to get a ready-to-code workspace for any branch,
    issue or pull request almost instantly with a single click.
    0dust committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    c5e2d8c View commit details
    Browse the repository at this point in the history
  2. add anaconda

    0dust committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    c87d04e View commit details
    Browse the repository at this point in the history
  3. add anaconda to bashrc

    0dust committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    e815012 View commit details
    Browse the repository at this point in the history
  4. update to run source

    0dust committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    a7d2496 View commit details
    Browse the repository at this point in the history
  5. update path

    0dust committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    748d130 View commit details
    Browse the repository at this point in the history
  6. reomve prefix

    0dust committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    2294dc8 View commit details
    Browse the repository at this point in the history
  7. use ENV path

    0dust committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    e967226 View commit details
    Browse the repository at this point in the history
  8. update to use new path

    0dust committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    2ff4fa9 View commit details
    Browse the repository at this point in the history
  9. remove backticks

    0dust committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    24188a1 View commit details
    Browse the repository at this point in the history
  10. add sudo

    0dust committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    5e1375a View commit details
    Browse the repository at this point in the history
  11. adding sudo

    0dust committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    8e58c3b View commit details
    Browse the repository at this point in the history
  12. still adding path

    0dust committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    850d18c View commit details
    Browse the repository at this point in the history
  13. install tkinter

    0dust committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    09ba431 View commit details
    Browse the repository at this point in the history
  14. install tkinter with flag

    0dust committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    b02935f View commit details
    Browse the repository at this point in the history