Replace mise-activate with simple wrapper scripts and ENV vars
The prompting for this change is to use mise within ksh/oksh without having to rely on zsh (such as `zsh -c "mise activate zsh"` or otherwise). I kind of like the simplicity of this, and then I can still easily change versions as needed in a given project by sourcing a file which exports different vars for target language versions, or I can just do manual export commands from the shell.
This commit is contained in:
@@ -6,6 +6,7 @@ coreutils,package_manager,linux: name='',,,
|
||||
findutils,package_manager,linux: name='',,,
|
||||
make,package_manager,,,,
|
||||
cmake,package_manager,,,,
|
||||
mise,build_custom,,,,TODO implement the build_custom script for this
|
||||
mpv,package_manager,,,,
|
||||
kitty,package_manager,macos: name='--cask kitty',,,
|
||||
zsh,package_manager,,,,
|
||||
|
||||
|
Reference in New Issue
Block a user