Add pixi package manager
This commit is contained in:
@ -35,3 +35,4 @@ if test -d "$FNM_PATH"
|
||||
set PATH "$FNM_PATH" $PATH
|
||||
fnm env | source
|
||||
end
|
||||
fish_add_path /home/tim/.pixi/bin
|
||||
|
16
pixi/.pixi/manifests/pixi-global.toml
Normal file
16
pixi/.pixi/manifests/pixi-global.toml
Normal file
@ -0,0 +1,16 @@
|
||||
version = 1
|
||||
|
||||
[envs.croc]
|
||||
channels = ["conda-forge"]
|
||||
dependencies = { croc = "*" }
|
||||
exposed = { croc = "croc" }
|
||||
|
||||
[envs.lazygit]
|
||||
channels = ["conda-forge"]
|
||||
dependencies = { lazygit = "*" }
|
||||
exposed = { lazygit = "lazygit" }
|
||||
|
||||
[envs.lf]
|
||||
channels = ["conda-forge"]
|
||||
dependencies = { lf = "*" }
|
||||
exposed = { lf = "lf" }
|
Reference in New Issue
Block a user