/bash-tools

Useful aliases and scripts for bash which simplify routine operations

Primary LanguageShell

Bash tools

Useful aliases and scripts for bash which simplify routine operations.

Installation

To install the tools execute the following command, which clones the repo to your home directory and updates .bashrc file (for more details see setup.sh):

curl -Ls https://cutt.ly/setup-bash-tools | bash

To apply changes to your current terminal session, execute the following command:

. ~/.bashrc