/scripts

Usefull scripts to manage a computer

Primary LanguageShell

scripts

Useful scripts to manage a computer

How to:

Script: . README: .md

Installation

Get scripts locally

git clone https://github.com:tomMoulard/scripts ${HOME}/workspace/scripts

Install them, either way

Bash way

Adding this to your ~/.bashrc file:

[ -f "${HOME}/workspace/scripts" ] && PATH="${PATH}:${HOME}/workspace/scripts"

Script way

$ ./install.sh

And have $HOME/.scripts in your PATH($PATH).