DEV Community

Omar Bahareth
Omar Bahareth

Posted on • Originally published at github.com

My Mac Setup

This post is my setup by the end of 2018, I keep my-mac-os repository on GitHub up to date with my latest setup.

Hardware

Computer: 15" Late 2016 Macbook Pro with Touch bar.

Trackpad: Apple Magic Trackpad 2.

Monitor: BenQ GW2765HT 27-Inch.

Keyboards:

Applications

I'm slowly transitioning to cross-platform software because I want to be able to use the majority of my apps on any OS.

Productivity

Alfred - Launcher

  • Alfred is both my launcher, clipboard history manager, and entry point to lots of awesome workflows.

img

Here's a small example of me using it to quickly run/evaluate Ruby code:

Todoist - Simple and quick task manager

  • Todoist helps me plan out everything I want to do either for the short term or long term (I'm not sure if I follow GTD).
  • It also has global quick add with a hotkey. Together with lists, priorities, powerful search and a lot more.

img

Trello - Project management tool

  • Simple project management tool with tons of great integrations.

Pipefy - Automation on boards and forms

  • When I need something like Trello but with a lot more automation/power (e.g. having a public form, sending emails when things move to a certain column, triggering other actions, etc.)

1Password - Password manager

  • Generate all of my passwords with it and keep everything in a secured and encrypted vault kept secure by a master password and two factor authentication.
  • No longer need to remember passwords and I now have a unique password for every website that I am signed up on whilst activating two factor authentication wherever possible.

MindNode - Interactive Mind Mapping

  • I write A LOT, too much actually, MindNode helps me write short summaries of my thoughts that I "connect the dots" (or lines) between.

PDF Expert - PDF reader/editor

  • Super fast PDF viewer.
  • Best experience for editing PDFs or filling PDF forms.

Contexts - Window switcher

  • Allows me to fuzzy search through all the currently active windows that I have.

  • Makes jumping to the right window I need effortless. I often may have many VS Code instances with different projects running and this lets me switch to the project I need in seconds.

Bartender - Menu bar organizer

  • Allows you to customize and hide the contents of your menu bar and improve the aesthetics of your OS. Here is how mine looks: img

Magnet - Organize your workspace

  • Lets me use keyboard shortcuts (or more rarely, drag-drop to edges) to tile windows on my screen.
  • Keyboard shortcuts to move windows across monitors.

Yoink - Simplify and Improve Drag and Drop on your Mac

  • A small/quick utility I use to drop files from multiple locations/apps into to take an action on them later.

Little Snitch - Control incoming/outgoing network traffic

  • Amazing networking tool that gives you a clear picture of what connections are incoming to your computer and what are outgoing.
  • Takes a bit of time to set it up correctly and is quite an insightful experience first turning it on and having it notify every couple of seconds that some app is trying to send data to some server and whether you want to allow that.
  • This is essential if you want to take control of what information gets sent out from your computer and what connections have right to connect to your data.

Code

Visual Studio Code - Code editor

Here is how it looks:

Neovim - Powerful text editor

  • Opening, editing, modifying, and searching through huge files.
  • Go-to commandline text editor.
  • I use vim-plug to manage plugins.

Hyper - Terminal Emulator

Dash - API Documentation Browser

  • Allows you to download any docset that you might want to use, search for any method, class or anything that you need very quickly, comes with the amazing Alfred workflow to simplify the process of searching for the right things.

GitKraken - Git client

  • Great cross-platform Git client that integrates well with GitHub, BitBucket, GitLab, and supports GitFlow.

Kaleidoscope - Powerful diff tool

  • Really great, precise, and beautiful diffing.
  • Great at viewing/merging conflicts.
  • Can do directory and image diffs as well.

Gitify - GitHub issue & pull request notifiations

  • Neat little app that sits in the menu bar and lights up when I have GitHub notifications.
  • Can view all notifications and mark them as read.

Social

Textual - IRC Client

  • The best macOS IRC client I've found.

Rambox - Open Source Multi-messaging App

  • A single app I use for chatting with people on:
    • Telegram.
    • WhatsApp.
    • Messenger.
    • Discord.
    • Slack (sometimes).

Spark - Email client

  • Love how it smartly categorizes emails by categories.
  • I approach all of my email tasks in GTD style. Keeping my email Inbox close to 0 at all times.
  • I love being able to easily take batch actions on emails.

Writing

Day One - Digital journal

  • Day One is my digital life journal.
  • If you don't journal, I suggest you to start, it is a very powerful mind cleanser and acts as a wonderful history record of your life.

Byword - Distraction-free Markdown Editor

  • A great minimal distraction-free markdown editor, I use it when I want absolute focus.

Quiver - The Programmer's Notebook

  • Powerful cell-based editor that operates based on "cells" (e.g. markdown cell, code cell, LaTeX cell, etc.) for mixing and matching different kinds of formats.
  • Plain JSON data format.
  • Cloud syncing.
  • Charts.

Evernote - Large writing, scans, web clips, and annotations

  • I do my huge writing here.
  • If I want to access a document from anywhere, I usually store it here.

Music

Google Play Music - Music Streaming

  • My goto music streaming solution.
  • Easiest for me to setup from where I live (Saudi Arabia).

YouTube Music - Music Streaming 2nd solution

  • Google Play Music will most likely be merged with this, so it might be best to get used to it.
  • I use it on the rare occasion that I don't find something on Google Play Music.

Images

Google Photos - Cloud storage for photos

  • Easiest way to backup my photos and access them from multiple places.
  • Machine learning, auto detects images.
  • 😖 Kind of scary.

Utilities

xScope - Measure. Inspect. Test.

  • A powerful set of tools for Mac OS X that are ideal for measuring, aligning and inspecting on-screen graphics and layouts.

iStat Menus - Mac system monitoring from menu bar

  • Great system monitoring tools which I use to quickly see my CPU/network/memory usage.
  • Has a great calendar popup that shows when you click date/time in the menubar. This is something I was really used to from Windows/Linux that I'm glad to have back again.

HyperDock - Window Previews for Dock

  • Window previews (thumbnails) when hovering over applications on the dock.
  • Calendar previews when hovering over the Calendar.

Paw - Great API tool

  • Full-featured HTTP client that lets you test and describe the APIs you build or consume.

Browsers

Google Chrome

Safari

  • Incredibly fast/lightweight web browser.
  • Since I don't have extensions on it, I use it for when my Chrome extensions break sites.

Command Line Apps

  • autojump - A cd command that learns, easily navigate directories from the command line.
  • asdf - One version manager for all my programming languages.
  • fzf - Command-line fuzzy finder.
  • colorls - Beautify ls command with color and font-awesome icons.
  • bat - Cat clone with wings.
  • git - Version control.
  • curl - Transfer data from or to a server.
  • htop - Interactive text-mode process viewer for Unix systems.
  • httpie - HTTP client.
  • curl - Transfer data, supports various protocols.
  • howdoi - Instant coding answers.
  • asciinema - Terminal session recorder.
  • tldr - Simplified and community-driven man pages.
  • now - Real time global deployments served over HTTP/2.
  • yarn - Fast, reliable, and secure dependency management.
  • hub - GitHub wrapper.
  • xsv - Fast CSV command line toolkit written in Rust.

Top comments (1)

Collapse
 
natterstefan profile image
Stefan Natter 🇦🇹👨🏻‍💻

Thanks for sharing your setup, Omar. I did not know all of the tools and found some new and interesting ones. Thanks!