dpep / bash_setup

unix tools & tips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

unix tools & tips

License:MIT License


Languages

Language:Shell 55.3%Language:Vim Script 44.7%