Skip to content

Commit

Permalink
feat: Add Devcontainer CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
TibiIius committed May 28, 2024
1 parent 916dfc6 commit 4b41420
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions root/.chezmoi.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ data:
- brew: kubectl
- brew: helm
- brew: ruby
- brew: devcontainer
- brew: onefetch
cargo: onefetch
{{- end }}
Expand Down
5 changes: 5 additions & 0 deletions root/dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ alias gitfr='git fetch --all && git rebase'
alias gitfpr='git fetch --all --prune && git rebase'
alias gitr='git rebase'
alias gitp='git push'
## Devcontainer
alias dec='devcontainer --workspace-folder $(pwd)'
alias decu='devcontainer up --workspace-folder $(pwd)'
alias dece='devcontainer exec --workspace-folder $(pwd)'
alias deca='devcontainer exec --workspace-folder $(pwd) /bin/zsh'
## Misc
alias temppls='cd $(mktemp -d)'
alias passpls='cat /dev/urandom | tr -dc "0-9a-zA-Z" | head -c32'
Expand Down

0 comments on commit 4b41420

Please sign in to comment.