Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
takyshu98 committed Jan 8, 2024
1 parent 0448e23 commit fb25ce6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
10 changes: 10 additions & 0 deletions .config/mise/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @file ~/.config/mise/config.toml
# ref:
# https://mise.jdx.dev/configuration.html#global-config-config-mise-config-toml

[tools]
# global tool versions go here
java = 'openjdk-17' # https://github.com/jdx/mise/blob/main/docs/java.md
nodejs = 'latest' # https://github.com/jdx/mise/blob/main/docs/node.md
python = '3.10' # https://github.com/jdx/mise/blob/main/docs/python.md
#pipenv = 'latest' # https://github.com/mise-plugins/rtx-pipenv
7 changes: 7 additions & 0 deletions .config/mise/settings.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @file ~/.config/mise/settings.toml
# ref:
# https://mise.jdx.dev/configuration.html#settings-file-config-mise-settings-toml

[settings]
jobs = 4 # number of plugins or runtimes to install in parallel. The default is `4`.
experimental = true # enable experimental features
14 changes: 0 additions & 14 deletions .config/rtx/config.toml

This file was deleted.

2 changes: 1 addition & 1 deletion .config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ export FZF_DEFAULT_OPTS='--height 40% --reverse --border'

# activate runtime
export PIPENV_VENV_IN_PROJECT=true # create virtual enviroment in each project
eval "$(rtx activate zsh)"
eval "$(mise activate zsh)"
2 changes: 1 addition & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ brew "mackup"
brew "mas"

# virtual env
brew "rtx"
brew "mise"
brew "pipenv"

# shell
Expand Down

0 comments on commit fb25ce6

Please sign in to comment.