X Tutup
The Wayback Machine - https://web.archive.org/web/20200919035410/https://github.com/ErickRock/bashscripts
Skip to content
master
Go to file
Code
This branch is 21 commits behind giggio:main.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

My bash files

These are the files that accompany my Bash-it installation.

Installation

  • Install Bash-it
  • Clone this repo to ~/bashscripts:
  git clone --recurse-submodules https://github.com/giggio/bashscripts
  • Add these 3 lines to the end of your ~/.bashrc or ~/.bash_profile (the .bash_it.sh should already be there):
# Load Bash It
export BASH_IT_CUSTOM="$HOME/bashscripts/"
source "$BASH_IT"/bash_it.sh
source "$BASH_IT_CUSTOM"/bash-it-customizations.sh

Author

Giovanni Bassi

License

Licensed under the Apache License, Version 2.0.

About

My bash profile and scripts.

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.
X Tutup