Skip to content

Manages the configuration of workstations through the use of stow.

Notifications You must be signed in to change notification settings

levivannoort/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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=brew/.config/brew/Brewfile
stow --dir /Users/levi/.dotfiles --target /Users/levi/ brew git k9s osx tmux zsh fzf ghostty

About

Manages the configuration of workstations through the use of stow.

Topics

Resources

Stars

Watchers

Forks