
There aren’t many people who know me, and they don’t give a **** about What I use, but anyway, I’m going to write, just in case of an amnesia.
Editor

- Visual Studio Code has been my editor for the past 2 years.
- One Dark Pro is the theme I use.
- Cascadia Code with ligatures on is the font.
Extensions:
- Prettier: Code formatter
- DotENV: Support for dotenv file syntaxInstall
- GitLens: Git supercharged
- Remote Repositories: Remotely browse and edit a GitHub repository
- Copilot: Your AI pair programmer
Terminal:
I use Hyper as my Terminal emulator. It’s beautiful. I have zsh, ohmyzsh, brew, git, gh, youtube-dl and z on it and use them most often, in case you wanted to know how I figured it out:
history | awk 'BEGIN {FS="[ \t]+|\\|"} {print $3}' | sort | uniq -c | sort –nr
The theme I use with zsh is powerlevel10k.