AstonJ
I wasn’t aware ZSH has plugins until @Samjowen mentioned one in the Share an Elixir or dev-env tip a day thread!
Oh My Zsh comes bundled with plugins, which allow you to take advantage of functionality of many sorts to your shell just by enabling them. They are each documented in the README file in their respective
plugins/folder.Enable a plugin by adding its name to the
pluginsarray in your.zshrcfile (found in the$HOMEdirectory). For example, this enables therails,gitandrubyplugins, in that order:plugins=(rails git ruby)
If you’re using any, which ones?
Trending in Dev Env & Tools
Hey, have you seen this? It looks better than tmux—what do you think?
Herdr is the runtime your coding agents live on — laptop, desktop...
New
Hey!
I’ve found, reproduced and made a fix for a mildly annoying bug in Renovate.
It created redundant ~> 0.x or 0.x+1 in mix.exs, e...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixir-ls
- #elixirconf-us
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 7- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
nicholasjhenry
My plugin selection is rather slim. I use zplug instead of Oh My Zsh’s built-in plugin system. Here’s my current setup:
The ones I use most:
slouchpie
I use the
elixirandgitplugins a lot. I love thegwipandgunwipaliases. My zsh theme works with them so I can see when I switch to a branch that has a WIP commit. I find it much better thangit stash.Doerge
Using:
I used to have a bunch more, but found that too many slows down startup/break stuff.
NobbZ
Zsh autocomple, zsh Syntax Highlight, fzf-tab, and p10k.
I think this really is about it.
dimitarvp
Same, plus
oh-my-zshand a few of its plugins. And it already feels like too much.tristan
Using antidote (https://antidote.sh/) to manage them.
My favorite is the autosuggestion one (GitHub - zsh-users/zsh-autosuggestions: Fish-like autosuggestions for zsh · GitHub) – fish has similar builtin which I immediately wanted after trying fish once..
NobbZ
I used to use omz as well, though eventually it felt as if most add-ons just were some curated and opinionated aliases I didn’t use anyway, so I removed it, and managed my aliases manually from then on.