Skip to content

Instantly share code, notes, and snippets.

@eliocapelati
Created January 5, 2016 16:05
Show Gist options
  • Save eliocapelati/dbf510e1c63eed51636d to your computer and use it in GitHub Desktop.
Save eliocapelati/dbf510e1c63eed51636d to your computer and use it in GitHub Desktop.
some .dotfile
#Used to define aliases and unaliases
## _ _
## /\ | (_)
## / \ | |_ __ _ ___
## / /\ \ | | |/ _` / __|
## / ____ \| | | (_| \__ \
## /_/ \_\_|_|\__,_|___/
##
#Update all the things
alias update-allthethings="sudo sh -c \"apt-get -y update;apt-get -y dist-upgrade;apt-get -y autoremove;apt-get -y autoclean\""
##
## _ _ _ _
## | | | | | (_)
## | | | |_ __ __ _| |_ __ _ ___
## | | | | '_ \ / _` | | |/ _` / __|
## | |__| | | | | (_| | | | (_| \__ \
## \____/|_| |_|\__,_|_|_|\__,_|___/
##
# Due to conflict with rubygem t
unalias t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment