зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
m
Этот коммит содержится в:
родитель
b4464e1d5d
Коммит
ca882459f3
@ -1,4 +1,4 @@
|
||||
https://github.com/jdx/rtx
|
||||
https://github.com/jdx/mise
|
||||
https://github.com/jdx/rtx-action
|
||||
https://github.com/jdx/rtx-versions
|
||||
https://github.com/jdx/rtx-versions/tree/main/docs
|
||||
@ -7,15 +7,10 @@ https://github.com/jdx/rtx-java-metadata
|
||||
https://joschi.github.io/java-metadata/index.html
|
||||
https://github.com/jdx/rtx-shorthands
|
||||
|
||||
https://github.com/jdx/rtx#installation
|
||||
sudo install -dm 755 /etc/apt/keyrings
|
||||
wget -qO - https://rtx.jdx.dev/gpg-key.pub | gpg --dearmor | sudo tee /etc/apt/keyrings/rtx-archive-keyring.gpg 1> /dev/null
|
||||
echo "deb [signed-by=/etc/apt/keyrings/rtx-archive-keyring.gpg arch=amd64] https://rtx.jdx.dev/deb stable main" | sudo tee /etc/apt/sources.list.d/rtx.list
|
||||
sudo apt update
|
||||
sudo apt install -y rtx
|
||||
https://github.com/jdx/mise#installation
|
||||
|
||||
cli
|
||||
rtx
|
||||
mise
|
||||
-h, --help
|
||||
-v, --verbose
|
||||
RTX_VERBOSE=1
|
||||
@ -32,9 +27,9 @@ rtx
|
||||
latest
|
||||
<plugin-name>
|
||||
latest remote version of plugin
|
||||
i[nstall]
|
||||
i[nstall]
|
||||
<plugin-name> <plugin-ver>
|
||||
g[lobal]
|
||||
g[lobal]
|
||||
<plugin-name> <plugin-ver>
|
||||
|
||||
files
|
||||
@ -51,7 +46,7 @@ plugins
|
||||
https://github.com/jdx/rtx/blob/main/src/default_shorthands.rs
|
||||
|
||||
shebangs
|
||||
#!/usr/bin/env -S rtx x ruby@3.0 -- ruby
|
||||
#!/usr/bin/env -S mise x ruby@3.0 -- ruby
|
||||
puts "running with ruby version: #{RUBY_VERSION}"
|
||||
|
||||
errors
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user