Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.79 KB

todo.md

File metadata and controls

25 lines (20 loc) · 1.79 KB
  • Make VS Code the default way to open .txt, .md, etc. files
  • Add a git command to delete all local branches not matching a regex. This would be useful for deleting all local branches that don't contain a prefix like mb-.
  • Figure out a way to not have to run bundle install as an admin. Should the first thing that battlestation does be install rbenv/rvm? Or should we specify a path for bundler to install to?
  • Add home folder to Finder sidebar
  • Add https://youtu.be/St2jUxnCVKI?t=29s
  • Set up locate database: sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist
  • Install San Francisco fonts
  • Set up xfuncname to improve git grep -p. See Dave Lee's as an example.
  • Support main or master as primary branch (see Dan's solution).
  • Hookup Git fsmonitor with V2 Watchman integration.

Paths to sync

  • $HOME/.ssh

Automate installing Launch Daemon

The manual steps (for Michael's setup) are:

  1. cp /Users/michael/repos/battlestation/config/com.battlestation.startup.plist ~/Library/LaunchAgents/
  2. launchctl load -w ~/Library/LaunchAgents/com.battlestation.startup.plist

Z shell