chalop / .dotfiles

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Lua 53.1%Language:Shell 36.8%Language:JavaScript 4.7%Language:AppleScript 3.5%Language:Ruby 1.9%