tomMoulard / scripts

Usefull scripts to manage a computer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

Usefull scripts to manage a computer


Languages

Language:Shell 98.3%Language:Go 1.7%