repo housekeeping + theming + terraform
+ terraform auto-completion + oh-my-posh + nerd-font: Code New Roman Nerd Font
This commit is contained in:
parent
5c083d662c
commit
db7b065b6c
20 changed files with 260 additions and 9 deletions
1
_home/dot_sz.shrc.d/bash.post/99_chezmoi.complete
Normal file
1
_home/dot_sz.shrc.d/bash.post/99_chezmoi.complete
Normal file
|
@ -0,0 +1 @@
|
|||
source <(chezmoi completion bash)
|
4
_home/dot_sz.shrc.d/bash.post/99_gcloud.complete
Normal file
4
_home/dot_sz.shrc.d/bash.post/99_gcloud.complete
Normal 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
|
3
_home/dot_sz.shrc.d/bash.post/99_terraform.complete
Normal file
3
_home/dot_sz.shrc.d/bash.post/99_terraform.complete
Normal file
|
@ -0,0 +1,3 @@
|
|||
if [ -r /usr/bin/terraform ]; then
|
||||
complete -C /usr/bin/terraform terraform
|
||||
fi
|
1
_home/dot_sz.shrc.d/bash.post/oh-my-posh
Normal file
1
_home/dot_sz.shrc.d/bash.post/oh-my-posh
Normal file
|
@ -0,0 +1 @@
|
|||
eval "$(oh-my-posh init bash --config ~/.poshtheme.omp.json)"
|
Loading…
Add table
Add a link
Reference in a new issue