Update .local/share/chezmoi/software.yml
This commit is contained in:
parent
33427cd0db
commit
39d35f3f45
1 changed files with 10 additions and 4 deletions
|
@ -5483,15 +5483,21 @@ softwarePackages:
|
||||||
choco: rsync
|
choco: rsync
|
||||||
dnf: rsync
|
dnf: rsync
|
||||||
ruby:
|
ruby:
|
||||||
_bin: null
|
_bin: ruby
|
||||||
_desc: |
|
_desc: Ruby is an interpreted, high-level, general-purpose programming language which supports multiple programming paradigms. It was designed with an emphasis on programming productivity and simplicity. In Ruby, everything is an object, including primitive data types. It was developed in the mid-1990s in Japan.
|
||||||
Ruby is an interpreted, high-level, general-purpose programming language which supports multiple programming paradigms. It was designed with an emphasis on programming productivity and simplicity. In Ruby, everything is an object, including primitive data types. It was developed in the mid-1990s in Japan.
|
|
||||||
_docs: https://www.ruby-lang.org/en/documentation/
|
_docs: https://www.ruby-lang.org/en/documentation/
|
||||||
_github: https://github.com/ruby/ruby
|
_github: https://github.com/ruby/ruby
|
||||||
_home: https://www.ruby-lang.org/en/
|
_home: https://www.ruby-lang.org/en/
|
||||||
_name: Ruby
|
_name: Ruby
|
||||||
_service: null
|
_service: false
|
||||||
ansible: professormanhattan.ruby
|
ansible: professormanhattan.ruby
|
||||||
|
apt: ruby-full
|
||||||
|
brew: ruby
|
||||||
|
choco: ruby
|
||||||
|
dnf: ruby
|
||||||
|
pacman: ruby
|
||||||
|
port: ruby
|
||||||
|
scoop: ruby
|
||||||
runjs:
|
runjs:
|
||||||
_bin: null
|
_bin: null
|
||||||
_desc: A JavaScript playground that auto-evaluates as you type
|
_desc: A JavaScript playground that auto-evaluates as you type
|
||||||
|
|
Loading…
Reference in a new issue