Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 2.55 KB

README.md

File metadata and controls

55 lines (43 loc) · 2.55 KB

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 run the bootstrap script:

git clone git@github.com:minusfive/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
source ./scripts/bootstrap.zsh

Read the bootstrap 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, run the update script:

cd ~/.dotfiles
source ./scripts/update.zsh

Tools