andreagalle / .galledanza

User defined commands & env preferences to feel at Home Everywhere
MIT License
1 stars 0 forks source link
bashrc dotfiles env package

galledanza

Self-installing package to automatically set user defined commands & preferences (aliases, etc...)

alt text

package installation

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!

setting up email alerts

  1. edit the folllowing sudo vi /etc/exim4/update-exim4.conf.conf changing:
    • from dc_eximconfig_configtype='local'
    • to dc_eximconfig_configtype='internet'
  2. finally launch su /etc/init.d/exim4 restart