Stow prepped dotfiles for my personal environment config
dot-config | ||
dot-scripts | ||
dot-zsa-keyboard-layouts | ||
.gitignore | ||
dot-p10k.zsh | ||
dot-tmux.conf | ||
dot-zshrc | ||
README.md |
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