Go to file
Alban Vidal 7d95af1423 Update configure auto updates method
Signed-off-by: Alban Vidal <alban.vidal@zordhak.fr>
2018-05-15 17:27:13 +00:00
root Initial commit 2018-05-14 01:18:46 +02:00
.gitignore Add conf file and parameters values 2018-05-15 17:06:02 +00:00
auto_config.sh Update configure auto updates method 2018-05-15 17:27:13 +00:00
LICENSE Initial commit 2018-05-14 00:41:35 +02:00
README.md Initial commit 2018-05-14 01:18:46 +02:00

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

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