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.9%Language:Shell 39.1%Language:JavaScript 3.3%Language:AppleScript 2.4%Language:Ruby 1.3%