There are many dotfiles; these are mine. *macOS only.
-
Install xcode-select cli tools. See
/Library/Developer/CommandLineTools/usr/bin/
for installed executables.xcode-select --install
-
Use
git
to clone this repo into your$HOME
folder as.dotfiles
.git clone git@github.com:bgrrtt/dotfiles.git $HOME/.dotfiles
-
Install Homebrew. See https://brew.sh.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
Sign in to the Mac App Store.
open /System/Applications/App\ Store.app
-
Use the installation script. See script for details.
zsh ~/.dotfiles/dotfiles/.local/bin/dotfiles_install
-
Install macOS settings. See script for details.
zsh ~/.dotfiles/macos/.local/bin/macos_update_settings
-
Use included zimfw.zsh to finish installation of zimfw on this environment.
zsh ~/.dotfiles/zsh/.zsh.d/.zim/zimfw.zsh install
-
Restart your terminal emulator (kitty) and enjoy.
Copyright © 2022 Branden Garrett