Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.42 KB

File metadata and controls

51 lines (32 loc) · 1.42 KB

Dotfiles and application preferences

Installation

  1. Make sure you have GIT installed. Hint: it comes with the xcode command line tools xcode-select --install.

  2. Clone this repository

  3. Run the following command to do everything. Note: you will be prompted for your password a number of times during script execution.

    ~/Projects/dotfiles/bootstrap.sh
    
  4. Restart your computer.

Update

Run the following commands to get the latest version of this project:

cd ~/Projects/dotfiles/
git pull origin master

Claude settings sync

Claude reproducible config now lives in applications/claude.

  • Managed paths are symlinked into ~/.claude by install/preferences/.claude.
  • First run seeds managed files from existing ~/.claude into repo, then links.
  • Volatile/session/cache/history data is intentionally excluded.

Run:

bash ~/Projects/dotfiles/install/preferences/.claude
bash ~/Projects/dotfiles/install/verify-claude-sync.sh

Feedback

Suggestions/improvements welcome!

Acknowledgements

Warning / Liability

Warning: The creator of this repository is not responsible if your machine ends up in a state you are not happy with. If you are concerned, look at the code to review everything this will do to your machine :)