Skip to content

minusfive/dotfiles

Repository files navigation

Configuration Files

Note

This configuration is specifically optimized to work with my custom keyboard / layout. If you want to use it, you'll likely want to make some changes.

Workspace

Bootstrap

To setup a new machine (or refresh/reset an existing one), run the following script:

git clone [email protected]:minusfive/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./scripts/bootstrap.sh

Read the script to understand what it does, and the Brewfile to see what apps it installs.

Update

Important

You should grant Wezterm "Application Management" access in System Preferences > Security & Privacy > Application Management so this script is allowed to update all managed applications.

To update the configuration and all installed tools/apps, simply run the same script:

cd ~/.dotfiles
./scripts/bootstrap.sh

Tools