Skip to content

andylytical/bashrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages