Skip to content

Commit

Permalink
feat: use vscode as editor
Browse files Browse the repository at this point in the history
  • Loading branch information
bklebe committed Aug 29, 2024
1 parent e01f54f commit 8355ffc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .config/mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
go = "1.21.3"
python = "3.12.3"
poetry = "1.8.3"
elixir = "1.17.1-otp-27"
elixir = "1.17.2-otp-27"
erlang = "27.0"
java = "liberica-javafx-22.0.1+10"
terraform = "1.4.2"
shellcheck = "0.10.0"
usage = "0.3.0"
"pipx:erikbern/git-of-theseus" = "latest"
node = "22.0.0"
node = "22.7.0"
"cargo:cargo-binstall" = "1.6.9"
"cargo:diffedit3" = "0.4.0"

Expand Down
11 changes: 5 additions & 6 deletions .config/zsh/.zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

. "$XDG_DATA_HOME"/cargo/env

export EDITOR="emacsclient --alternate-editor=emacs --create-frame"

alias emacs='$EDITOR --no-wait'
export EDITOR="code --new-window --wait"

# Set PATH, MANPATH, etc., for Homebrew.
eval "$(/opt/homebrew/bin/brew shellenv)"
Expand All @@ -30,10 +28,11 @@ export KERL_CONFIGURE_OPTIONS="--with-odbc=$prefix/opt/unixodbc --with-ssl=$pref
export KERL_BUILD_DOCS=yes
export KERL_DOC_TARGETS="html chunks"

# Added by OrbStack: command-line tools and integration
# source ~/.orbstack/shell/init.zsh 2>/dev/null || :

HB_CNF_HANDLER="$prefix/Library/Taps/homebrew/homebrew-command-not-found/handler.sh"
if [ -f "$HB_CNF_HANDLER" ]; then
. "$HB_CNF_HANDLER"
fi

# Added by OrbStack: command-line tools and integration
# Comment this line if you don't want it to be added again.
source ~/.orbstack/shell/init.zsh 2>/dev/null || :

0 comments on commit 8355ffc

Please sign in to comment.