Skip to content

benjamindblock/dotfiles

Repository files navigation

dotfiles

Standard git repo in the ~ directory. No other tools.

Bootstap / Installation

  1. cd ~
  2. xcode-select --install
  3. git init .
  4. git remote add origin [email protected]:benjamindblock/dotfiles.git
  5. bin/setup
  6. vi ~/.vimrc
  7. :PlugInstall
  8. To specify a different git email/name to commit with, add a .gitconfig to ~/Projects with:
[user]
  name = Example Name
  email = [email protected]

These are the default settings in ~/.gitconfig:

[user]
  name = Ben Block
  email = [email protected]
  1. Launch Hammerspoon.app, select: keep in menu, always launch at startup
  2. To make bash the default shell: add /opt/homebrew/bin/bash (or wherever which bash points to) to /etc/shells
  3. chsh -s /opt/homebrew/bin/bash

Updates

  1. git checkout main
  2. git pull origin main
  3. Optional: bin/setup
  4. Optional: re-source applications (Vim, Kitty, zsh, etc.)

TODO

  • Add bin/update in addition to bin/setup
  • Add additional interactive fiction tools
  • Karabiner JSON doesn't seem to be working
  • Add Zettelkasten (with fzf implementation) in an archive somewhere
  • Add install for F#, Dialog, A-Machine, Virtualfish+Python