Skip to content

rrrossettiii/bash_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash_scripts

License: MIT Shell: 100%

A collection of bash scripts to make bash life easier.

Objective:

I wanted to create a resource for myself and everyone else to find useful one-liners or see examples of bash scripts in the wild.

Features:

Setup:

  1. Download this repo.
git clone https://github.com/rrrossettiii/bash_scripts
  1. Copy .bash_scripts to your home directory.
cp bash_scripts/.bash_scripts ~
  1. Copy .bash_env to your home directory.
cp bash_scripts/.bash_env ~
  1. Copy .bashrc to your home directory.
cp bash_scripts/.bashrc ~

or paste this at the end of your current .bashrc

source ~/.bash_env ### loads .bash_env variables
source ~/.bash_scripts/init.sh ### loads all .bash_scripts
  1. Reload your .bashrc
source ~/.bashrc
  1. Profit ???

Todo:

  • Make a "no comments" branch.
  • Support for other linux distros.
  • Support for OSX.

About

A collection of bash scripts to make life easier.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages