- 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 thatbattlestation
does be installrbenv
/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 improvegit grep -p
. See Dave Lee's as an example. - Support
main
ormaster
as primary branch (see Dan's solution). - Hookup Git
fsmonitor
with V2 Watchman integration.
$HOME/.ssh
The manual steps (for Michael's setup) are:
cp /Users/michael/repos/battlestation/config/com.battlestation.startup.plist ~/Library/LaunchAgents/
launchctl load -w ~/Library/LaunchAgents/com.battlestation.startup.plist
cd_recent()
select_one()
- Automatically handle insecure directories, which I needed to deal with when I set up on Big Sur.