[–] 4 points 2 years ago

Something I've been trying to cultivate is the ability to "externalize" my thoughts (even if it's just to myself). Like, more of a process-oriented approach. it's so easy to bang out some code that works, but sometimes I look back at what I wrote and think "how did I wind up here"

  • source
  • [–] 3 points 2 years ago

    What about some simple katas? I've been learning a few new languages and don't want to forget the syntax / common methods, so I pick an easy kata and solve it in each. I find that this is usually enough to prevent me from forgetting everything

  • source
  • [–] 2 points 2 years ago

    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

  • source
  • parent
  • context
  • [–] 4 points 2 years ago (2 children)

    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?

  • source
  • parent
  • context
  • view more: next ›