My dev environment πŸš€

Akash
2 min readSep 18, 2016

Hardware

I recently bought MacBook Air. It’s probably the best computer I’ve ever had. I use this as an external monitor.

Apps

Terminal - iTerm

Text Editor - Sublime Text 3

Browser - Google Chrome

Telegram

Alfred

Lumen

Foco

Sublime Text 3

I am using Cobalt2 theme. It gives me nice sidebar icons as well. This is the perfect theme if you are heavily using JS in your work.

ST3 With Cobalt2 theme

Terminal β€” iTerm

In iTerm I am using ZSH shell with oh-my-zsh plugins.

Theme - robbyrussell

Font - 20pt Droid Sans Mono. Download it from powerline.

I use Z for walking across directories. Z is a cd command that learns. Whatever terminal you’re using I would highly recommend using Z. It will save a lot of time.

Browser β€” Google Chrome

Here are my most used extensions -

Onetab β€” Useful if you use too many tabs in chrome like me 😜.

Webmaker β€” Codepen like offline editor

Vimium - Provides keyboard shortcuts for navigation and control in the spirit of Vim.

Pocket β€” Bookmark and read later.

Extensions Manager (aka Switcher) β€” Comes handy in managing other extensions.

LivePage β€” Live reloading webpage as it changes.

Page Ruler β€” Use it while designing/developing websites. It helps in measuring elements on any web page.

The Great Suspender β€” It automatically suspend tabs that have not been used for a while, freeing up memory and cpu that the chrome tab was consuming.

Mixmax β€” Email tracking

There are so many other apps/extensions I am using to boosts my productivity. If you’re interested in knowing them feel free to DM me here @meakaakka.

Stay tuned for future write-ups that will cover more detailed info of my dev setup.

--

--