Skip to content

Latest commit

 

History

History
95 lines (65 loc) · 2.47 KB

README.md

File metadata and controls

95 lines (65 loc) · 2.47 KB

Usage

  1. Install Xcode

  2. Download the script with curl: curl --remote-name https://raw.githubusercontent.com/enginecommerce/sparkplug/master/sparkplug

  3. Run the script: sh sparkplug

Contents

macOS tools:

  • Homebrew for managing operating system libraries.

Unix tools:

  • Exuberant Ctags for indexing files for vim tab completion
  • Git for version control
  • OpenSSL for Transport Layer Security (TLS)
  • RCM for managing company and personal dotfiles
  • The Silver Searcher for finding things in files
  • Tmux for saving project state and switching between projects
  • Watchman for watching for filesystem events
  • Zsh as your shell
  • fzy for fuzzy finding

Text editor:

Heroku tools:

Git-ish tools:

  • Hub for interacting with the GitHub API
  • lazygit for diffs and other neat tricks

Image tools:

Testing tools:

Programming languages, package managers, and configuration:

  • ASDF for managing programming language versions
  • Bundler for managing Ruby libraries
  • Node.js and NPM, for running apps and installing JavaScript packages
  • Ruby stable for writing general-purpose code
  • Yarn for managing JavaScript packages

Databases:

  • Postgres for storing relational data
  • Redis for storing key-value data