Skip to content

ephimoff/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  • Secrets live in ignored applications/claude/local.env, linked to ~/.claude/local.env.
  • Claude plugins are listed in applications/claude/plugins/plugins.txt and installed by install/claude-plugins.sh.

Run:

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

For local Claude secrets:

cp ~/Projects/dotfiles/applications/claude/local.env.example ~/Projects/dotfiles/applications/claude/local.env

Fill the values locally. To start Claude with local env values such as Coralogix headers:

~/.claude/claude-local.sh

Manual apps

  • Raycast config export/import is manual.
  • Helium browser is manual until the correct Homebrew source is known.

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 :)

About

macOS dotfiles featuring oh-my-zsh, Visual Studio Code and MAS apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors