Thanks to visit codestin.com
Credit goes to github.com

Skip to content

💻 Public repo for my personal dotfiles

License

christophrumpel/dotfiles

 
 

Repository files navigation

Christoph Rumpel's Dotfiles

This is a fork from Dries Vints's dotfiles. Check out his detailed documentation about all the files. I just changed a few things to better fit my needs.

Be careful when using these dotfiles because they change a lot of MacOS settings and install all the apps I need.

Backup Checklist

  • Did you commit and push any changes/branches to your git repositories?
  • Did you copy your .env files to a safe place if they are not casual?
  • Did you backup your IDE settings? (e.g. PhpStorm)
  • Did you backup local databases you need?
  • Did you remember to save all important documents from non-cloud directories?
  • Did you save all of your work from apps which aren't synced through cloud?

Installation

  1. Update macOS to the latest version with the App Store
  2. Clone dotfiles to ~/.dotfiles (you will be asked to download command line tools)
    git clone https://github.com/christophrumpel/dotfiles.git ~/.dotfiles
  3. Run Installation script
    ~/.dotfiles/install.sh
  4. Install 1Password & enable 1Password SSH Agent (check if it works with ssh -vv [email protected])
  5. Run clone script to install needed repos
    ~/.dotfiles/clone.sh
  6. Log in to Dropbox and sync folders
  7. Restart your computer to finalize the process
  8. Set up Raycast

Additional Steps

  • Install apps manually
    • Davinci Resolve
    • Pixelmator Pro Demo (Dropbox/Backups)
  • Custom Settings
    • Copy ssh config from 1Password to ~/.ssh/config (automate?)
    • PhpStorm: enable repository sync https://github.com/christophrumpel/phpstorm-settings
  • Set Permissions
    • Bartender

Still Missing

  • Activate right mouse click

About

💻 Public repo for my personal dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 95.6%
  • Ruby 4.4%