My terminal setup

publish Opened 2024-04-12. Although this is mostly from September 24, 2018… wow

Basic setup is iTerm 2 + zsh. I also added:

I use the basic .vimrc but added 2 extra lines:

set number (to show line numbers)

set ttyfast (to scroll faster)

Also, I installed vim-plug to manage my vim plugins:

And I also installed OneDark color theme from the theme I linked above.

Lastly, in my .zshrc:

alias ll="ls -alh"