mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
* feat(asdf): add new version manager asdf * feat(asdf): replace nvm with asdf * feat(asdf): replace rbenv with asdf * chore: add aliases for git * feat(asdf): replace pyenv with asdf * feat(asdf): add asdf as version manager for rust * chore: shorten comments * feat(asdf): add asdf as deno version manager * feat(asdf): add direnv plugin and setup shell * chore(asdf): move configuration in folder
27 lines
686 B
TOML
27 lines
686 B
TOML
# Don't print a new line at the start of the prompt
|
|
add_newline = false
|
|
|
|
command_timeout = 1000
|
|
|
|
[nodejs]
|
|
detect_files = ["package.json", ".node-version", ".nvmrc", ".tool-versions"]
|
|
|
|
[ruby]
|
|
detect_files = ["Gemfile", ".ruby-version", ".tool-versions"]
|
|
|
|
[python]
|
|
detect_files = [".python-version", "Pipfile", "__init__.py", "pyproject.toml", "requirements.txt", "setup.py", "tox.ini", '.tool-versions']
|
|
|
|
[rust]
|
|
detect_files = ["Cargo.toml", ".tool-versions"]
|
|
|
|
# "bold red" style when capacity is between 0% and 10%
|
|
[[battery.display]]
|
|
threshold = 10
|
|
style = "bold red"
|
|
|
|
# "bold yellow" style when capacity is between 10% and 30%
|
|
[[battery.display]]
|
|
threshold = 30
|
|
style = "bold yellow"
|