vifelisberto / bashscripts

My bash profile and scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/lambda3/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

Contributors

See them here.

License

Licensed under the Apache License, Version 2.0.

About

My bash profile and scripts.

License:Apache License 2.0


Languages

Language:Shell 100.0%