Skip to content

moonlinx/dotfiles

Repository files navigation

mr-fox-dotfiles

.dotfiles

Dotfiles for my M3 Max Macbook Pro: Running macOS Sonoma 14.6.

Installation

Before you get started make sure you give full disk access permission to your terminal (for writing macos defaults). System Preferences -> Privacy -> Full Disk Access.

stow --target ~/.config

Homebrew installation:

# Leaving a machine
brew leaves > leaves.txt

# Fresh installation
xargs brew install < leaves.txt

Installation

Before you get started make sure you give full disk access permission to your terminal (for writing macos defaults). System Preferences -> Privacy -> Full Disk Access.

To install:

curl -L https://git.io/JeA7g | sh

This expands to run.sh which will fetch this repo and run the install script.

File overview

The install script will also setup Python and Node versions/environments:

  • pyenv sets the global Python version to 3.12
  • n sets the global Node version to LTS

Customization

Git

  • Be sure to update the user name/email values in the global gitconfig

Color Schemes

Acknowledgements