Skip to content

Instantly share code, notes, and snippets.

@JordanAdams
Created September 26, 2017 12:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JordanAdams/a4d7eca26a9acaedce1355d0e38756b6 to your computer and use it in GitHub Desktop.
Save JordanAdams/a4d7eca26a9acaedce1355d0e38756b6 to your computer and use it in GitHub Desktop.
My personal workstation setup

💻 ⚡️

Cerebro

Plugins

  • NPM: Search NPM packages.
  • DevDocs: Documentation search backed by devdocs.io.
  • OSX: OSX utils such as Sleep, Logout and Shut Down.
  • Gifs: Gif search powered by Giphy.
  • Clipboard: Clipboard history and search.

Command Line

  • ZSH: Alternative shell. Install with brew install zsh.
  • ZSH Structure: Have a ~/.zsh directory with files like aliases.zsh and functions.zsh to keep things tidy. Then source these in your ~/.zshrc file.
  • ZPlug: Plugin manager for ZSH with support for pretty much any plugin source. Install with brew install zplug
  • FZF: Pipeable fuzzy search. Supports any list as input. Integrates amazingly with things like cd. Install with brew install fzf. Also check out zsh-interactive-cd and fz.
  • Z: cd with memory. Keeps track of where you've been and allows you to quickly jump there.
  • ASDF: Version management for all your languages in one place. For the list of languages, go here.
  • open-pr: A tiny CLI for creating PRs in Github based on your current repo and branch.
  • Hub: An extension of git to better support github. Protip: alias git to hub.
  • ZSH Syntax Highlighting: Syntax highlighting for command line input.
  • ZSH History Substring Search: Substring searching for command history. Allows you to type foo and press to search all commands containing foo.
  • ZSH Auto-Suggestions: Auto-complete command suggestions as-you-type.

Atom

  • Fira Code: A super nice monospace font with ligature support. (!= becomes ).

Plugins

Other Tools

  • Insomnia: A REST client similar to Postman. If you have $$$ to spare, get Paw.
  • Macdown: Super simple markdown editor.
  • Mackup: A config backup solution using Dropbox synced folders.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment