Skip to content

bnekolny/utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utilities

These are some utilities that I find myself using on a regular basis. I've included them in a git repo for portability across systems, and to share with friends and colleagues.

Please feel free to contribute anything you find useful!

Goals

  • Make it as easy as possible for users to include
  • Keep everything super portable

Instructions for use

  1. Source the bashrc_include.sh in your ~/.bash_profile (mac) or ~/.bashrc (linux)

    source /path/to/repo/utilities/bashrc_include.sh

If desired, add your github credentials to your bashrc (without them all gists will be under anonymous)

        export GITHUBUSERNAME="<username>"
        export GITHUBPASSWORD="<password>"

or

        export GITHUB_TOKEN="<token_generated_in_settings>"
  1. Add the git settings to your git config (global) NOTE: Requires Git 1.7.10 or higher!

    $ git config --global --edit

    at the bottom, append this:

     [include]
         path = "/path/to/repo/utilities/git_include.config"
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •