Things I use to get stuff done. Inspired by awesome-use

Hardware

  • 💻 Laptop -> MacBook Pro (16-inch, 2019)
  • 🖱 Mouse -> MX Master 2S
  • ⌨️ Keyboard -> G213
  • 🎧 Headphones -> Airpods Pro for personal use & h600 for office use

Development

Editor

  1. VS Code

    • Solarized Dark, built-in theme with below configuration
    {
        "workbench.colorTheme": "Solarized Dark",
        "workbench.colorCustomizations":{
            "editor.background": "#121212",
        },
    }
  2. Notepad++ - for casual editing

Terminal

  1. iTerm2 - Much more customizable than Terminal.app

  2. Fish Shell - Smart and user-friendly command line shell

    • Fisher - Plugin manager
    • TIDE - Shell theme (v5)
    • Nerd fonts - Powerline-patched fonts (Hack)
    • z for fish - Directory jumping
    • Exa - ls replacement
    • ghq - Local Git repository organizer
    • peco - Interactive filtering
  3. tmux - Terminal multiplexer

  4. dotman - My own tool to manage and version control dotfiles

Apps