11 lines
272 B
Bash
Executable file
11 lines
272 B
Bash
Executable file
source ~/.scripts/proxy.sh
|
|
source ~/.scripts/machines.sh
|
|
source ~/.scripts/debloc.sh
|
|
source ~/.scripts/dotfiles.sh
|
|
source ~/.scripts/installPreferences.sh
|
|
source ~/.scripts/installArch.sh
|
|
function optimize {
|
|
bash ~/.scripts/optimize.sh
|
|
}
|
|
alias beep=~/.scripts/beep.sh
|