Self-installing package to automatically set user defined commands & preferences (aliases, etc...)
This package requires a minimal installation, meant not to change along time and to be very simple to update.
The few steps to setup everything are just the following:
git clone https://github.com/andreagalle/.galledanza.git
cd .galledanza
source ./install
remember do not ./install
to have it immediately effective. At this point everything is setup, just play around and if you want to update the package you just have to type update-galledanza
from wherever you are!
- edit the folllowing
sudo vi /etc/exim4/update-exim4.conf.conf
changing:
- from
dc_eximconfig_configtype='local'
- to
dc_eximconfig_configtype='internet'
- finally launch
su /etc/init.d/exim4 restart