dotfiles
Standard git repo in the ~
directory. No other tools.
Bootstap / Installation
cd ~
xcode-select --install
git init .
git remote add origin git@github.com:benjamindblock/dotfiles.git
bin/setup
vi ~/.vimrc
:PlugInstall
- To specify a different git email/name to commit with, add a
.gitconfig
to~/Projects
with:
[user]
name = Example Name
email = example@email.com
These are the default settings in ~/.gitconfig
:
[user]
name = Ben Block
email = benjamindblock@gmail.com
- Launch
Hammerspoon.app
, select:keep in menu
,always launch at startup
- To make
bash
the default shell: add/opt/homebrew/bin/bash
(or whereverwhich bash
points to) to/etc/shells
chsh -s /opt/homebrew/bin/bash
Updates
git checkout main
git pull origin main
- Optional:
bin/setup
- Optional: re-source applications (Vim, Kitty, zsh, etc.)
TODO
- Add
bin/update
in addition tobin/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