Skip to content

Config files used for quick and consistent setups. Mostly intended to work across systems.

Notifications You must be signed in to change notification settings

chalop/.dotfiles

Repository files navigation

dotfiles

Config files used for quick and consistent setups. Mostly intended to work across systems.

Installing

You will need stow:

# feel free to use your preferred package manager or install method
brew install stow 

To keep the install process smooth, clone into your $HOME directory:

git clone https://github.com/chalop/.dotfiles.git ~

Run stow to symlink everything:

# installs everything except for stuff declared under `.stow-local-ignore`
stow */ 

Or just select what you need:

# just the tmux config
stow tmux 

About

Config files used for quick and consistent setups. Mostly intended to work across systems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published