Software that I use as a developer
15 Feb 2017
Mostly as a reminder to myself when setting up a new laptop.
Applications
- Chrome Canary - I use Chrome for personal browsing, but Canary for development so I can preview new features and keep a separate dev profile
- Folding text - A markdown editor/outliner
- 1Password - Standard password manager
- Dropbox - Sync files between machines
- iTerm 2 - OS X terminal replacement
- Atom - Code editor
- Sizeup - Keyboard shortcuts for window managment
- Amphetamine - Prevent OS X sleeping
- Anti RSI - Reminders for regular breaks
- Flux - Adjusts display colour by time of day to avoid blue light
Configuration, bash aliases, etc.
Stored in my dotfiles repo.
Command line tools
- brew - OS X Package management
- git - Version control system
- ruby / rvm - Ruby verison management
- node / nvm / yarn - Node version and package management
Atom Packages
Generated with apm list --installed --bare
:
git-hide@0.1.2
language-diff@0.6.0
language-javascript-jsx@0.3.7
language-nunjucks@4.1.0
linter@1.11.4
linter-js-standard-jsx@4.1.2
standard-formatter@2.8.0
Chrome extensions
- 1Password - Quick password filling
- Awesome screenshot - Screenshot parts of a page, the viewport, the whole page and annotate results
- Boomerang for gmail - Schedule the sending of emails
- Edit this cookie - Quickly edit/delete cookie data
- Event merge for google calendar - Visually merges the same event on multiple Google Calendars
- Google analytics debugger - Better debugging of GA tracking events
- JSON Formatter - Pretty JSON in the browser
- Quick javascript switcher - Turn JS on and off with one click
- React Developer Tools - React-focused developer tools tab