Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.01 KB

Denis Washington's Dotfiles

This repository uses the configuration files of various tools I use. Currently, it contains configurations for:

Feel free to reuse the files in this repository however you like.

Usage

I use GNU Stow to create symlinks from the configuration files in this repository to the right locations in my home directory. For instance, to activate my custom Zsh configuration, I simply run the following from my checkout at ~/dotfiles:

stow zsh

To switch to my [Oh-My-Zsh][oh-my-zsh]-based configuration (I still haven't decided which I like better), I can run:

stow -D zsh
stow oh-my-zsh

For more details, see Using GNU Stow to manage your dotfiles.