# This configuration is automatically generated by tool-sync 0.2.0
# https://github.com/chshersh/tool-sync
#######################################
#
# Installation directory for all the tools:
store_directory = "$HOME/run"
#
[bat]
[difftastic]
[fd]
[ripgrep]
[tool-sync]
[starship]
[nu]
owner = "nushell"
repo = "nu"
exe_name = "nu"
#
# You can configure the installation of any tool by specifying corresponding options:
#
# [ripgrep] # Name of the tool (new or one of the hardcoded to override default settings)
# owner = "BurntSushi" # GitHub repository owner
# repo = "ripgrep" # GitHub repository name
# exe_name = "rg" # Executable name inside the asset
# Uncomment to download a specific version or tag.
# Without this tag latest will be used
# tag = "13.0.0"
# Asset name to download on linux OSes
# asset_name.linux = "x86_64-unknown-linux-musl"
# Uncomment if you want to install on macOS as well
# asset_name.macos = "apple-darwin"
# Uncomment if you want to install on Windows as well
# asset_name.windows = "x86_64-pc-windows-msvc"
[k9s]
owner = "derailed"
repo = "k9s"
exe_name = "k9s"
asset_name.linux = "k9s_Linux_x86_64.tar.gz"