Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 800 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 800 Bytes

config

This repository contains my collection of configuration files for shells, editors, utilities, etc.

Most of these scripts should work on macOS or GNU/Linux, if the application in question runs on that platform.

How to use

This repository is structured for use with GNU Stow, as described by Brandon Invergo on his website.

To avoid having to specify a target, it's easiest to clone this repository into your home directory:

cd ~
git clone https://github.com/cfree3/config.git Config
cd Config

Then you can use Stow to put symlinks in place, app by app:

git stow zsh
git stow tmux
git stow nvim
# etc.