Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 405 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 405 Bytes

bash_setup

A collection of tools and tips for accelerating your dev speed

Usage

Files in /autocomplete and /functions should be sourced in order to make them available in your shell, eg.

source /functions/c

Source scripts in /utils when you want to run them.

RC files should be copied or symlinked into your home directory and prefixed by a '.', eg.

cp /rc/gitconfig ~/.gitconfig