mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-12 17:53:57 +01:00
switch from rtx to mise
This commit is contained in:
parent
1c1d519397
commit
4791e207d4
6 changed files with 7 additions and 10 deletions
|
@ -1,2 +1 @@
|
|||
use rtx
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
### Do not edit. This was autogenerated by 'rtx direnv' ###
|
||||
use_rtx() {
|
||||
direnv_load rtx direnv exec
|
||||
}
|
||||
|
|
@ -43,7 +43,7 @@ set -g fish_greeting "Yo ✌ Bien ?"
|
|||
# Install python with pyenv with tcl/tk support
|
||||
# https://stackoverflow.com/a/60469203/2758732
|
||||
set -gx PYTHON_CONFIGURE_OPTS "--with-tcltk-includes='-I/usr/local/opt/tcl-tk/include' --with-tcltk-libs='-L/usr/local/opt/tcl-tk/lib -ltcl8.6 -ltk8.6'"
|
||||
set -gx PIPX_DEFAULT_PYTHON "/Users/gaugendre/.local/share/rtx/installs/python/3.11.6/bin/python3"
|
||||
set -gx PIPX_DEFAULT_PYTHON "/Users/gaugendre/.local/share/mise/installs/python/3.12.1/bin/python3.12"
|
||||
set -gx PIP_REQUIRE_VIRTUALENV true
|
||||
|
||||
test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish
|
||||
|
@ -51,7 +51,7 @@ test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shel
|
|||
set -gx EDITOR vim
|
||||
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
|
||||
|
||||
rtx activate fish | source
|
||||
mise activate fish | source
|
||||
test -e {$HOME}/.config/fish/ovh.fish; and source {$HOME}/.config/fish/ovh.fish
|
||||
|
||||
set tide_character_icon '$'
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
function pyenv
|
||||
echo "Use rtx!"
|
||||
echo "Use mise!"
|
||||
end
|
||||
|
|
3
dot_config/mise/config.toml
Normal file
3
dot_config/mise/config.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[settings]
|
||||
experimental = true
|
||||
legacy_version_file = false
|
|
@ -1,7 +1,7 @@
|
|||
export PATH=$PATH:~/bin
|
||||
export LC_ALL=fr_FR.UTF-8
|
||||
|
||||
eval "$(~/bin/rtx activate bash)"
|
||||
eval "$(~/bin/mise activate bash)"
|
||||
|
||||
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
||||
export PATH="$PATH:$HOME/.rvm/bin:$HOME/Projects/golang/bin"
|
||||
|
|
Loading…
Reference in a new issue