Skip to content

collinmurch/dotfiles

Repository files navigation

macOS dotfiles

Requirements

  1. git
  2. stow

Installation Instructions

Open a new terminal session after running:

git clone --recurse-submodules https://github.com/collinmurch/dotfiles ~
/bin/zsh install_macos.sh               # dependency installation
stow --no-folding -d ~/dotfiles -t ~ .  # prevent directories from being symlinked (--no-folding)
bat cache --build                       # build bat cache with custom theme

Notes

  • You may need to fix any conflicts from the above by doing mv [CONFLICT FILE] [CONFLICT FILE].bak
    • Then re-run stow -d ~/dotfiles -t ~ .

Additional Optional Config

MacOS System Settings

A list of defaults & functionality explanations I prefer can be set with /bin/zsh config_macos.sh, which I wouldn't recommend just running but you do you

Zsh

  • Any additional config you need for work or whatever (AWS_REGION, AWS_PROFILE, GOPROXY, GOSUMDB, etc.) can be set in ~/.zprofile

VS Code

  • Remove previous extensions with rm -rf ~/.vscode/extensions
  • Install my extensions with /bin/zsh install_vscode.sh

Raycast

  • Export settings under Advanced from previous machine and then import them under the same tab

About

A collection of my .files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published