/bash_setup

unix tools & tips

Primary LanguageShellMIT LicenseMIT

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