Skip to content

gretzky/dotfiles

Repository files navigation

dotfiles

Dotfiles for my M3 Max Macbook Pro 15,9 running macOS Sonoma 14.2.

zsh with starship prompt and colorls vim and tmux

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.10
  • 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

  • Alacritty color scheme is Snazzy
  • VSCode/Vim color scheme is Ayu

Acknowledgements