dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Dotfiles (macOS, stow, brew, yabai, nvim, kitty, tmux)

Dotfiles - Cam Spiers

macOS environment managed by git and GNU Stow.

Overview

The following are the major components of the dotfiles project.

  • Homebrew Defaults
  • Neovim Config
  • Tmux Config
  • Kitty.app Config
  • Bash Runcom
  • Bash Profile
  • yabai Config
  • skhd Config
  • macOS Defaults

Usage

I don't really recommend others use the following installation method, instead I encourage you to copy what you like manually and curate your own dotfiles, project, but for those not of the faint of heart:

Install Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Clone repo

git clone [email protected]:camspiers/dotfiles.git ~/.dotfiles

Install

cd ~/.dotfiles
make all
make install