Skip to content

Used for storing workstation configuration files.

Notifications You must be signed in to change notification settings

levivannoort/dotfiles

Repository files navigation

dotfiles

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.

requirements

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

installation

brew bundle --file=~/.config/brew/Brewfile
stow --dir /Users/levi/.dotfiles --target /Users/levi/ alacritty brew git k9s osx tmux zed zsh fzf

About

Used for storing workstation configuration files.

Topics

Resources

Stars

Watchers

Forks