Avatar

bnjmn

bnjmn@programming.dev
Joined
0 posts • 18 comments
Direct message

Can’t live without oh-my-zsh, powerlevel10k and zsh autocomplete/autosuggestions plugins. It’s the first thing I install whenever I’m on a new computer.

I run this exact same setup, it’s pretty much a prereq on a fresh install. I wonder if we’ve all been exposed to the same blog articles

permalink
report
parent
reply
3 points

This is soooo cool, thanks for sharing <3

permalink
report
reply

I feel you on this. I recently switched to fish, and have one or two .fish scripts that don’t really “do” anything. Everything else remotely important is still in bash, and I’ll probably keep it that way

Maybe somewhere down the line…

permalink
report
parent
reply

The first tic-tac-toe I ever wrote looks something like this

permalink
report
reply

Hmm, it didn’t “just work” for me. I had to set it up recently:

zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|=*' 'l:|=* r:|=*'

That line needs to go in .zshrc. Maybe it’s enabled by default with oh-my-zsh?

permalink
report
parent
reply
Deleted by creator
permalink
report
reply

I tend to always install both of them together too! Which makes it a little hard to know where things are coming from. This time I decided to start from scratch, so certain aspects of the config are still salient in my mind

permalink
report
parent
reply