repo housekeeping + theming + terraform

+ terraform auto-completion
+ oh-my-posh
+ nerd-font: Code New Roman Nerd Font
This commit is contained in:
Gal Szkolnik 2022-05-23 00:40:30 -04:00
parent 5c083d662c
commit db7b065b6c
20 changed files with 260 additions and 9 deletions

View file

@ -0,0 +1,4 @@
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/usr/lib/google-cloud-sdk/path.bash.inc' ]; then source '/usr/lib/google-cloud-sdk/path.bash.inc'; fi
# The next line enables shell command completion for gcloud.
if [ -f '/usr/lib/google-cloud-sdk/completion.bash.inc' ]; then source '/usr/lib/google-cloud-sdk/completion.bash.inc'; fi