My Workflow

Personal setup for solving challenges.

This section covers some of the miscellaneous tools I use to solve challenges. This includes my terminal setup, text editor, and other Linux utilities that make my life easier.

This setup is not for everyone. You must find the setup that works for you. This is what I use and find to be most efficient for me.

The Stack

For the terminal, I use a themed zsh shell. The theme is powered by powerlevel10k. I often use tmux for splitting my terminal windows. This comes with its own drawbacks.

I use Vim as my text editor of choice. Before learning Vim, I used nano as my text editor. I work faster using Vim; however, there is a steep learning curve. I am confident I don't use Vim to its full potential, but I am comfortable with the features I use.

Last updated

Was this helpful?