Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotfix/randomUpdates #28

Merged
merged 3 commits into from
Sep 24, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
adds fig
  • Loading branch information
edheltzel committed Sep 23, 2023
commit a45b45c0bce51719ff637951fc2e5c67a39fe17f
5 changes: 5 additions & 0 deletions config/.profile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Fig pre block. Keep at the top of this file.
[[ -f "$HOME/.fig/shell/profile.pre.bash" ]] && builtin source "$HOME/.fig/shell/profile.pre.bash"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm

Expand All @@ -7,3 +9,6 @@ export NVM_DIR="$HOME/.nvm"
. "$HOME/.cargo/env"
export VOLTA_HOME="$HOME/.volta"
export PATH="$VOLTA_HOME/bin:$PATH"

# Fig post block. Keep at the bottom of this file.
[[ -f "$HOME/.fig/shell/profile.post.bash" ]] && builtin source "$HOME/.fig/shell/profile.post.bash"
5 changes: 5 additions & 0 deletions config/.zshrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Fig pre block. Keep at the top of this file.
[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh"
# homebrew
export PATH=/opt/homebrew/bin:$PATH

Expand All @@ -13,3 +15,6 @@ export PATH=/opt/homebrew/bin:$PATH
# source ~/.config/zsh/aliases/aliases.zsh
# startship prompt
eval "$(starship init zsh)"

# Fig post block. Keep at the bottom of this file.
[[ -f "$HOME/.fig/shell/zshrc.post.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.post.zsh"
1 change: 1 addition & 0 deletions packages/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ cask 'local' # Local WordPress development
brew 'bun' # All-in-one toolkit for JS/TS
brew 'dart' # Dart SDK
brew 'deno' # Deno JavaScript/TypeScript runtime
brew 'fig' # Commandline Utility for any terminal
brew 'fnm' # Switching node versions
brew 'go' # Compiler for Go Lang
brew 'hugo' # Static site generator - Go
Expand Down