Skip to content
View greenbicycle's full-sized avatar
🐈
maintaining a state of cat-like awareness
🐈
maintaining a state of cat-like awareness

Block or report greenbicycle

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Install ruby in Centos 7 with rbenv Install ruby in Centos 7 with rbenv
    1
    # Adapted from this gist
    2
    # https://gist.github.com/soardex/e95cdc230d1ac5b824b3
    3
    # I changed .bash_profile to .bashrc since docker opens bash as non-login shell
    4
    # Also, I added 'gem update --system' because bundler was complaining about it
    5
    
                  
  2. .gitconfig file for a Mac .gitconfig file for a Mac
    1
    # Change the stuff in angle brackets <>
    2
    [user]
    3
        name = <Your name>
    4
        email = <email@example.com>
    5
    [core]
  3. ansible-samples ansible-samples Public

    Some ansible roles, tasks, etc that I created

  4. enterprise-directory-service enterprise-directory-service Public

    Simple class for retrieving eds user info

    PHP 1

  5. ansible-docker ansible-docker Public

    docker container based on alpine and ansible

    Dockerfile 1