|
|
@ -1,20 +1,28 @@ |
|
|
|
DEBIAN-BASH |
|
|
|
=========== |
|
|
|
|
|
|
|
quick installation |
|
|
|
------------------ |
|
|
|
DEBIAN-BASH is a collection of settings and helpers for BASH provided by *Artcode*. Featuring : |
|
|
|
|
|
|
|
`curl https://git.artcode.re/pvincent/debian-bash/raw/master/install.sh | sudo bash` |
|
|
|
* some aliases (l, ll, ltr, ...) |
|
|
|
* a smart prompt |
|
|
|
* git, lxd, failure aware |
|
|
|
* simple vim settings |
|
|
|
|
|
|
|
installation |
|
|
|
------------ |
|
|
|
It's Free Software (GPLv3), help yourself. Any feedback would be appreciated. [contact@artcode.re](mailto:contact@artcode.re) |
|
|
|
|
|
|
|
* wget https://git.artcode.re/pvincent/debian-bash/archive/master.tar.gz -C /opt/debian-bash |
|
|
|
* cd /opt/debian-bash |
|
|
|
* sudo ./install.sh |
|
|
|
install |
|
|
|
------------- |
|
|
|
|
|
|
|
`curl https://git.artcode.re/pvincent/debian-bash/raw/master/install.sh | sudo bash` |
|
|
|
|
|
|
|
uninstall |
|
|
|
--------- |
|
|
|
|
|
|
|
* cd /opt/debian-bash |
|
|
|
* sudo ./uninstall.sh |
|
|
|
* `cd /opt/debian-bash && sudo ./uninstall.sh` |
|
|
|
|
|
|
|
development mode (credentials required) |
|
|
|
--------------------------------------- |
|
|
|
|
|
|
|
* git clone git@artcode.re:pvincent/debian-bash.git |
|
|
|
* cd debian-bash |
|
|
|
* sudo ./install.sh |