Skip to content

Commit

Permalink
chore: push
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Nov 1, 2023
1 parent dcf3607 commit fb5edaf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ alias showdesktop="defaults write com.apple.finder CreateDesktop -bool true && k
# ==========================

abbr c cargo
abbr b bun
abbr df "h git"
abbr f forge
abbr g git
Expand Down Expand Up @@ -108,3 +109,7 @@ set CARGO_BIN $HOME/.cargo/bin
fish_add_path $CARGO_BIN

test -e {$HOME}/.iterm2_shell_integration.fish; and source {$HOME}/.iterm2_shell_integration.fish

# bun
set --export BUN_INSTALL "$HOME/.bun"
set --export PATH $BUN_INSTALL/bin $PATH
1 change: 1 addition & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ make npm # Set up node
make nvim-packages # Install neovim packages
make tmux-packages # Install tmux packages
```

1 change: 0 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ cask 'pixelsnap' # Measure anything on screen (https://getpi
cask 'raycast' # Better Spotlight (https://raycast.com)
cask 'remarkable'
cask 'sf-symbols'
cask 'sip' # Color picker (https://sipapp.io)
cask 'tuple' # Screen sharing (https://tuple.app)

mas 'BetterSnapTool', id: 417375580
Expand Down
Binary file modified Library/Preferences/com.contextsformac.Contexts.plist
Binary file not shown.
Binary file modified Library/Preferences/org.herf.Flux.plist
Binary file not shown.

0 comments on commit fb5edaf

Please sign in to comment.