Looking cool has never been this easy đ
You want to look like those thought leaders on the Twitter-app, right? Otherwise, how are you ever going to be taken seriously?
Iâm kidding, of course, but a nice-looking dev environment makes me smile whenever I spin it up. I went through the process on a fresh Linux install the other day, and I thought Iâd share the process, so that you too can be a thought leader. Or at least look like one.
So letâs get started!
There are many editors out there. Atom. Sublime Text. Webstorm. Even VIM or Emacs if youâre about that life. I prefer VSCode â because itâs extendable, fast enough for my slow ass, and just works most of the time.
You can download it here, but if youâre really interested in blowing peopleâs minds, download their Insiderâs edition instead. Moar features!
Visual Studio Code has a great extension and plugin marketplace, but itâs easy to lose yourself in the vastness of tools offered. A quick way to get most of what you want and need for modern web development, is the React Food Truck. Itâs a curated plugin package by Azure-face Burke HâȘlland, which packs most (if not all) of the stuff you need out of the box.
Hereâs the introductory blog post, and hereâs the download page. TLDR â simply search for âfood truckâ on extensions marketplace, and click install.
Note â this step costs moneys. Not a lot of moneys, relatively speaking, but still moneys. 40 pound sterling. It will be the best investment to your day-to-day work youâll ever make.
Dank Mono is the coding font developed by a developer â namely Phil PlĂŒckthun. He wrote a blog post about how that process went, which is enjoyable reading for some other time. For now, buy his font and install it.
You can read more about how to get it on their website.
Once downloaded, set the font as your preferred font, by adding this line to your VSCode settings:
{
"editor.fontFamily": "Dank Mono",
"editor.fontLigatures": true,
}
Note that weâre also enabling ligatures. Those change your boring =>
arrows to actual arrows. And other stuff. Youâll look clever, and thatâs all you need to know!
Once your font and extension game is on fleek, itâs time to get the right theme. There are tons out there, but I prefer Sarah Drasnerâs fantastisc Night Owl theme, because itâs⊠wlel, better. Objectively speaking of course.
You can see how it looks and how to get started with it in its repo on GitHub, and you can download it from the market place.
Since youâre now a thought leader, you need to project your opinions onto Twitter. Sure, you can paste code or even a regular olâ screen shot, but itâs just not good enough. If you want to be taken seriously, you need to use PolaCode. PolaCode is an extension that takes a nice looking snapshot of your code.
Itâs totally unnecessary, but why shell out all this time on making your setup look good, if you canât rub it in peoipleâs faces?
Download the extension from the marketplace, and paste your code as you go along. Twitter will be very impressed, Iâm sure.
You have finally arrived. Youâre a thought leader. Whatever that means đ Hope you found some inspiration, and that youâll try these products a try. I canât promise youâll smile more, but I know I do.
All rights reserved © 2024