mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(asdf): remove asdf and update mise
This commit is contained in:
@@ -93,13 +93,6 @@ set -x VOLTA_HOME $HOME/.volta
|
||||
|
||||
# *** *** Session Paths *** ***
|
||||
|
||||
# asdf
|
||||
set -l asdf_path (brew --prefix asdf)
|
||||
if test -f $asdf_path/libexec/asdf.fish
|
||||
source $asdf_path/libexec/asdf.fish
|
||||
set -x PATH $HOME/.asdf/shims $PATH
|
||||
end
|
||||
|
||||
# Volta
|
||||
set -x PATH $PATH $VOLTA_HOME/bin
|
||||
|
||||
@@ -127,9 +120,6 @@ set -x PATH $PATH /usr/local/sbin
|
||||
# Emacs
|
||||
set -x PATH $PATH $HOME/.config/emacs/bin
|
||||
|
||||
# Make sure asdf comes first
|
||||
set -x PATH $HOME/.asdf/shims $PATH
|
||||
|
||||
# Stable Diffusion Webui
|
||||
# set VIRTUAL_ENV $HOME/Code/AI/stable-diffusion-webui/venv
|
||||
|
||||
@@ -140,11 +130,6 @@ if command -v gh >/dev/null 2>&1
|
||||
eval "$(gh completion -s fish)"
|
||||
end
|
||||
|
||||
# Mise
|
||||
if command -v mise >/dev/null 2>&1
|
||||
$HOME/.local/bin/mise activate fish | source
|
||||
end
|
||||
|
||||
# fzf
|
||||
fzf --fish | source
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[tools]
|
||||
bun = "latest"
|
||||
deno = "2.0.0"
|
||||
direnv = "2.32.2"
|
||||
go = "1.22.5"
|
||||
@@ -7,7 +8,9 @@ neovim = "0.11.1"
|
||||
node = "22.15.1"
|
||||
python = "3.10.9"
|
||||
ruby = "3.4.2"
|
||||
rust = "1.86.0"
|
||||
rust = "1.88.0"
|
||||
usage = "latest"
|
||||
|
||||
[settings]
|
||||
idiomatic_version_file_enable_tools = ["ruby"]
|
||||
idiomatic_version_file_enable_tools = ["ruby", "node"]
|
||||
not_found_auto_install = true
|
||||
|
||||
Reference in New Issue
Block a user