Used for storing configuration files on the workstation. These directories/files are written back to git to have settings persist over a re-install of the workstation.
First we install brew
, and via brew we install git
and stow
. These two tool will be used to first fetch the configuration via git and after that symlink the configuration via stow.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && brew install git stow
git clone https://github.com/levivannoort/dotfiles ~/.dotfiles
brew bundle --file=~/.config/brew/Brewfile
stow --dir /Users/levi/.dotfiles --target /Users/levi/ alacritty brew git k9s osx tmux zed zsh fzf