Stow prepped dotfiles for my personal environment config
Find a file
2025-04-28 10:40:24 -07:00
dot-config update nvim packages and set term to show full branch names 2025-03-13 12:28:55 -07:00
dot-scripts update rebase script to handle branch names, add .scripts and update gitignore to ignore raycast config 2025-02-11 12:17:53 -08:00
dot-zsa-keyboard-layouts move to dot-file format to unhide repo work 2024-10-23 13:58:07 -07:00
.gitignore update rebase script to handle branch names, add .scripts and update gitignore to ignore raycast config 2025-02-11 12:17:53 -08:00
dot-p10k.zsh update nvim packages and set term to show full branch names 2025-03-13 12:28:55 -07:00
dot-tmux.conf move to dot-file format to unhide repo work 2024-10-23 13:58:07 -07:00
dot-zshrc update rebase script to handle branch names, add .scripts and update gitignore to ignore raycast config 2025-02-11 12:17:53 -08:00
README.md add steps to install nvim and ohmyzsh 2025-04-28 10:40:24 -07:00

Dotfiles

This contains dotfiles for my personal develop environment config for macOS. Meant to be utilized with GNU stow to allow easy referencing of dotfiles.

Installation

First install homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Then use brew to install GNU stow

brew install stow

Install nvim

brew install nvim

Install Oh My Zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Finally stow this repo, from this repo's root directory run

stow . --adopt --dotfiles --target=$HOME

this will sym link all of the dot-files to your home user directory, replacing dot- with . for files and folders.

Alt Repos

This repo is located in 3 locations that sync commits from the primary to backups

Primary

Backups