uv
This commit is contained in:
parent
a3482c92a6
commit
871d1f6ae1
4 changed files with 26 additions and 14 deletions
15
mise.toml
15
mise.toml
|
|
@ -1,9 +1,5 @@
|
|||
[tools]
|
||||
python = "3.13"
|
||||
|
||||
[env._.python.venv]
|
||||
path = "venv"
|
||||
create = true
|
||||
[env]
|
||||
_.python.venv = ".venv"
|
||||
|
||||
[[hooks.enter]]
|
||||
shell = "fish"
|
||||
|
|
@ -21,9 +17,10 @@ script = """
|
|||
[[hooks.enter]]
|
||||
shell = "zsh"
|
||||
script = """
|
||||
export YC_TOKEN=$(yc iam create-token)
|
||||
export YC_CLOUD_ID=$(yc config get cloud-id)
|
||||
export YC_FOLDER_ID=$(yc config get folder-id)
|
||||
YC_TOKEN=$(yc iam create-token)
|
||||
YC_CLOUD_ID=$(yc config get cloud-id)
|
||||
YC_FOLDER_ID=$(yc config get folder-id)
|
||||
export YC_TOKEN YC_CLOUD_ID YC_FOLDER_ID
|
||||
"""
|
||||
[[hooks.leave]]
|
||||
shell = "zsh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue