Skip to content

Commit

Permalink
Fix exports and update Brewfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paleite committed May 6, 2024
1 parent 01ab5e8 commit 8bf396c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ brew "imagemagick"
brew "jadx"
# Full featured terminal-based screen editor
brew "joe"
# Utility to optimize JPEG files
brew "jpegoptim"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Text-based web browser
Expand Down Expand Up @@ -392,6 +394,8 @@ cask "vlc"
cask "webpquicklook"
# Native desktop client for WhatsApp
cask "whatsapp"
# Multiplayer code editor
cask "zed"
# Desktop client for the Zulip team chat platform
cask "zulip"
mas "DM1", id: 522349879
Expand Down Expand Up @@ -542,6 +546,7 @@ vscode "pkief.material-icon-theme"
vscode "planbcoding.vscode-react-refactor"
vscode "pmneo.tsimporter"
vscode "pnp.polacode"
vscode "pomdtr.excalidraw-editor"
vscode "ponicode.ponicode"
vscode "quick-lint.quick-lint-js"
vscode "quicktype.quicktype"
Expand Down
2 changes: 1 addition & 1 deletion .exports
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set default editor to call dotfiles/editor.sh
export EDITOR="~/dotfiles/editor.sh"
export EDITOR="${HOME}/dotfiles/editor.sh"

# Turn on colors
export CLICOLOR=1
Expand Down

0 comments on commit 8bf396c

Please sign in to comment.