- 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.
- ZSH: Alternative shell. Install with
brew install zsh. - ZSH Structure: Have a
~/.zshdirectory with files likealiases.zshandfunctions.zshto keep things tidy. Thensourcethese in your~/.zshrcfile. - 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 withbrew install fzf. Also check out zsh-interactive-cd and fz. - Z:
cdwith 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
gitto better support github. Protip: aliasgittohub. - ZSH Syntax Highlighting: Syntax highlighting for command line input.
- ZSH History Substring Search: Substring searching for command history. Allows you to type
fooand press↑to search all commands containingfoo. - ZSH Auto-Suggestions: Auto-complete command suggestions as-you-type.
- Fira Code: A super nice monospace font with ligature support. (
!=becomes≠).
- atom-elixir: Solid Elixir integration with IDE-like features such as auto-complete and go-to definition.
- advanced-open-file: Handy UI for opening and creating files with autocomplete.
- vim-mode-plus: VIM style editing for Atom. For vim-surround support (eg. selecting everying withing parens), checkout vim-mode-plus-keymaps-for-surround.
- tree-view-copy-relative: Adds a Copy Relative action for all files and directories in the tree view.
- autocomplete-modules: Adds autocomplete for JS
requireandimportstatements. - sync-settings: Keeps Atom settings and packages in sync using a private Github Gist.