Skip to content
/ config Public

Configuration (dotfiles)

Notifications You must be signed in to change notification settings

cfree3/config

Repository files navigation

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.