Skip to content

Commit 8177765

Browse files
committed
Add missing plugins and remove rtx plugin
1 parent d8465bd commit 8177765

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Plugins.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ plugins=(rails git ruby)
6363
- [common-aliases](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/common-aliases)
6464
- [compleat](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/compleat)
6565
- [composer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/composer)
66+
- [conda-env](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/conda-env)
6667
- [copybuffer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copybuffer)
6768
- [copyfile](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copyfile)
6869
- [copypath](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copypath)
@@ -94,6 +95,7 @@ plugins=(rails git ruby)
9495
- [emotty](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/emotty)
9596
- [encode64](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/encode64)
9697
- [extract](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/extract)
98+
- [eza](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/eza)
9799
- [fabric](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fabric)
98100
- [fancy-ctrl-z](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fancy-ctrl-z)
99101
- [fasd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fasd)
@@ -169,6 +171,7 @@ plugins=(rails git ruby)
169171
- [keychain](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/keychain)
170172
- [kind](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kind)
171173
- [kitchen](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kitchen)
174+
- [kitty](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kitty)
172175
- [kn](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kn)
173176
- [knife](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/knife)
174177
- [knife_ssh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/knife_ssh)
@@ -196,6 +199,7 @@ plugins=(rails git ruby)
196199
- [meteor](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/meteor)
197200
- [microk8s](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/microk8s)
198201
- [minikube](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/minikube)
202+
- [mise](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mise)
199203
- [mix](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mix)
200204
- [mix-fast](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mix-fast)
201205
- [mongo-atlas](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mongo-atlas)
@@ -216,6 +220,7 @@ plugins=(rails git ruby)
216220
- [nvm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nvm)
217221
- [oc](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/oc)
218222
- [octozen](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/octozen)
223+
- [opentofu](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/opentofu)
219224
- [operator-sdk](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/operator-sdk)
220225
- [otp](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/otp)
221226
- [pass](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pass)
@@ -240,6 +245,7 @@ plugins=(rails git ruby)
240245
- [powder](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/powder)
241246
- [powify](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/powify)
242247
- [pre-commit](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pre-commit)
248+
- [procs](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/procs)
243249
- [profiles](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/profiles)
244250
- [pyenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pyenv)
245251
- [pylint](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pylint)
@@ -260,7 +266,6 @@ plugins=(rails git ruby)
260266
- [ripgrep](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ripgrep)
261267
- [ros](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ros)
262268
- [rsync](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rsync)
263-
- [rtx](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rtx)
264269
- [ruby](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ruby)
265270
- [rust](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rust)
266271
- [rvm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rvm)
@@ -280,11 +285,14 @@ plugins=(rails git ruby)
280285
- [sigstore](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sigstore)
281286
- [singlechar](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/singlechar)
282287
- [skaffold](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/skaffold)
288+
- [snap](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/snap)
283289
- [spring](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/spring)
284290
- [sprunge](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sprunge)
291+
- [ssh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ssh)
285292
- [ssh-agent](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ssh-agent)
286293
- [stack](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/stack)
287294
- [starship](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/starship)
295+
- [stripe](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/stripe)
288296
- [sublime](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sublime)
289297
- [sublime-merge](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sublime-merge)
290298
- [sudo](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sudo)
@@ -296,6 +304,7 @@ plugins=(rails git ruby)
296304
- [swiftpm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/swiftpm)
297305
- [symfony](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/symfony)
298306
- [symfony2](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/symfony2)
307+
- [symfony6](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/symfony6)
299308
- [systemadmin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/systemadmin)
300309
- [systemd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/systemd)
301310
- [taskwarrior](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/taskwarrior)
@@ -309,6 +318,7 @@ plugins=(rails git ruby)
309318
- [thor](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/thor)
310319
- [tig](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tig)
311320
- [timer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/timer)
321+
- [tldr](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tldr)
312322
- [tmux](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tmux)
313323
- [tmux-cssh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tmux-cssh)
314324
- [tmuxinator](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tmuxinator)
@@ -362,4 +372,5 @@ plugins=(rails git ruby)
362372
- nyan: the service that the plugin relied on is no longer available.
363373
- osx: renamed to `macos`.
364374
- rustup: moved to the `rust` plugin.
375+
- rtx: moved to the `mise` plugin as [it was renamed](https://mise.jdx.dev/rtx.html).
365376
- zsh_reload: functionality baked into the CLI with `omz reload`.

0 commit comments

Comments
 (0)