Add dot files

This commit is contained in:
Joey Payne 2018-10-19 12:49:44 -06:00
commit 0dd4976210
91 changed files with 20968 additions and 542 deletions

12
.bashrc
View file

@ -115,3 +115,15 @@ if ! shopt -oq posix; then
. /etc/bash_completion
fi
fi
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
#export SDKMAN_DIR="/home/joey/.sdkman"
#[[ -s "/home/joey/.sdkman/bin/sdkman-init.sh" ]] && source "/home/joey/.sdkman/bin/sdkman-init.sh"
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/home/joey/cloudsdk/google-cloud-sdk/path.bash.inc' ]; then source '/home/joey/cloudsdk/google-cloud-sdk/path.bash.inc'; fi
# The next line enables shell command completion for gcloud.
if [ -f '/home/joey/cloudsdk/google-cloud-sdk/completion.bash.inc' ]; then source '/home/joey/cloudsdk/google-cloud-sdk/completion.bash.inc'; fi
export GOOGLE_APPLICATION_CREDENTIALS="$HOME/Documents/Keys/Test Cloud TTS-28e661a83ec0.json"