Skip to content

Commit

Permalink
add opentofu install and some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GOodCoffeeLover committed May 26, 2024
1 parent f099710 commit 180f09d
Show file tree
Hide file tree
Showing 3 changed files with 1,356 additions and 1 deletion.
2 changes: 1 addition & 1 deletion files/.config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ format = '''
[╭─\[$directory\](─{$python})(─{$golang})─\[$time\](─$kubernetes)(─\[$cmd_duration\])](bold green)
[╰(─{$status})─❯](bold green) '''

right_format='(git:\(($git_branch|)$git_commit(:$git_status$git_metrics)\)$git_state)(${custom.arc})'
right_format='(git:\($git_branch(|$git_commit)(:$git_status$git_metrics)\)$git_state)(${custom.arc})'

[status]
disabled=false
Expand Down
11 changes: 11 additions & 0 deletions files/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,14 @@ export VISUAL=vim
export EDITOR="$VISUAL"
alias nv=nvim
export PATH="$PATH:/opt/nvim-linux64/bin"

# The next line updates PATH for Yandex Cloud CLI.
if [ -f '/home/schizo/yandex-cloud/path.bash.inc' ]; then source '/home/schizo/yandex-cloud/path.bash.inc'; fi

# The next line enables shell command completion for yc.
if [ -f '/home/schizo/yandex-cloud/completion.zsh.inc' ]; then source '/home/schizo/yandex-cloud/completion.zsh.inc'; fi


# The next line updates PATH for Yandex Cloud YDB CLI.
if [ -f '/home/schizo/ydb/path.bash.inc' ]; then source '/home/schizo/ydb/path.bash.inc'; fi

Loading

0 comments on commit 180f09d

Please sign in to comment.