conf-99-basic_config_debian/README.md
Alban VIDAL 452a94b993 Initial commit
Signed-off-by: Alban VIDAL <alban.vidal@zordhak.fr>
2018-05-14 01:18:46 +02:00

27 lines
680 B
Markdown

Basic config for Debian
=======================
This script configure basic config for Debian
The following component are configured:
+ Install git and tig
+ Set git username and email
+ Install bash-completion
+ Install and configure auto updates (unattended-upgrades and apt-listchanges
+ Install and tune logrotate
+ Disable IPv6
+ Tune .vimrc
+ Tune .bashrc
+ Tune .profile
You just need to clone this repository in /srv/git/basic_config_debian and execute the auto_config.sh script
```bash
apt install git
mkdir -p /srv/git
git clone https://github.com/AlbanVidal/basic_config_debian.git /srv/git/basic_config_debian
cd /srv/git/basic_config_debian
./auto_config.sh
```