Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 680 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 680 Bytes

bashrc

Common bashrc for Linux and "Git Bash" (aka: Git for Windows)

One Command Setup

export QS_GIT_REPO=https://github.com/andylytical/bashrc.git; curl https://raw.githubusercontent.com/andylytical/quickstart/main/quickstart.sh | bash

Setup for testing a branch

In the instructions below, replace branch_name with the actual name of the git branch te be tested.

  1. export QS_GIT_REPO=https://github.com/andylytical/bashrc.git
  2. export QS_GIT_BRANCH=branch_name
  3. curl https://raw.githubusercontent.com/andylytical/quickstart/main/quickstart.sh | bash

Other bashrc.d files: