2015-10-09 18:45:44 +02:00
|
|
|
source ~/.scripts/proxy.sh
|
2016-12-10 17:44:55 +01:00
|
|
|
source ~/.scripts/machines.sh
|
2016-11-19 23:51:30 +01:00
|
|
|
source ~/.scripts/debloc.sh
|
2016-12-04 17:24:46 +01:00
|
|
|
source ~/.scripts/dotfiles.sh
|
|
|
|
source ~/.scripts/installPreferences.sh
|
|
|
|
source ~/.scripts/installArch.sh
|
2016-12-31 01:11:31 +01:00
|
|
|
function optimize {
|
|
|
|
bash ~/.scripts/optimize.sh
|
|
|
|
}
|
2016-05-08 08:36:14 +02:00
|
|
|
alias beep=~/.scripts/beep.sh
|