dotfiles

There's no place like ~/

WTFPL License

Stars
27
Committers
4

.files

Automagically configure dotfiles for terminal environment.

Prerequisites

Instructions

  1. Clone the repository:
$ git clone https://github.com/adwinying/dotfiles .dotfiles
  1. Use GNU Stow to symlink the dotfiles of the modules:
$ cd .dotfiles
$ stow -v git
$ stow -v tmux
$ stow -v vim
$ stow -v zsh
  1. For macOS, there is also an optional install script:
$ ./macos.sh
$ brew bundle

Uninstall

$ stow -vD git

See Also