You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			| 
				
					
						 | 
			6 years ago | |
|---|---|---|
| tools | 6 years ago | |
| README.md | 6 years ago | |
| bash.bashrc | 6 years ago | |
| inputrc | 6 years ago | |
| install.sh | 6 years ago | |
| uninstall.sh | 6 years ago | |
| vimrc | 6 years ago | |
		
			
				
				README.md
			
		
		
	
	DEBIAN-BASH
DEBIAN-BASH is a collection of settings and helpers for BASH provided by Artcode. Featuring :
- some aliases (l, ll, ltr, ...)
 - a smart prompt
- git, lxd, failure aware
 
 - simple vim settings
 
It's Free Software (GPLv3), help yourself. Any feedback would be appreciated. contact@artcode.re
install
curl https://git.artcode.re/pvincent/debian-bash/raw/master/install.sh | sudo bash
uninstall
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