Skip to content

clburlison/profiles

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

clburlison profiles

Build Status

This repo uses submodules to include profiles from other Github users. By including all of these profiles in one place it is much easier to search locally on ones computer.

Commands

If you aren't familiar with git submodules use the commands below.

For new clones:

git clone --recursive https://github.com/clburlison/profiles.git

To update this cloned repo:

git pull --recurse-submodules

NOTE: This repo is updated daily with a travis build.

Adding repos

If you would like to add your profiles repo to this auto update repo:

  1. Fork this repo:

     git clone --recursive https://github.com/clburlison/profiles.git
    
  2. Create a new branch

     git checkout -b github_username
    
  3. Add your repo as a git submodule

     git submodule add https://github.com/github_username/repo_name github_username
    
  4. Commit your changes

     git commit -m "Add github_username"
    
  5. Push to your fork

     git push
    
  6. Open a pull request

Disclaimer

You should read and make sure you understand what each profile is doing prior to installing. If you don't know what a key is doing it's your job to look it up.

All files provided as is. You run it. You break it. You fix it. I hold no responsibility.

Releases

No releases published

Packages

No packages published

Languages