Skip to content

Commit

Permalink
dev env update
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-eraigosa committed Apr 3, 2024
1 parent d55a7cf commit 71e0534
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions opt/profiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,7 @@ fi

# autoload -Uz compinit
# compinit

# Created by `pipx` on 2024-04-03 04:50:34
export PATH=${PATH}:${HOME}/.local/bin
eval "$(direnv hook zsh)"
5 changes: 4 additions & 1 deletion opt/profiles/Brewfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Setup local dev env
# Run: brew bundle
# Helpers
tap 'github/bootstrap'
tap 'nektos/tap'
Expand All @@ -12,7 +14,6 @@ brew 'corkscrew'
brew 'docbook'
brew 'gdbm'
brew 'htop'
brew 'jq'
brew 'lastpass-cli'
brew 'libassuan'
brew 'libgpg-error'
Expand Down Expand Up @@ -60,4 +61,6 @@ brew 'pyenv'
# setup vault
brew 'vault'
brew 'kubeconform'
brew 'jsonnet'
brew 'jq'

0 comments on commit 71e0534

Please sign in to comment.