dotfiles
dotfiles copied to clipboard
There's no place like ~/
.files
Automagically configure dotfiles for terminal environment.
Prerequisites
Instructions
- Clone the repository:
$ git clone https://github.com/adwinying/dotfiles .dotfiles
- Use GNU Stow to symlink the dotfiles of the modules:
$ cd .dotfiles
$ stow -v git
$ stow -v tmux
$ stow -v vim
$ stow -v zsh
- For macOS, there is also an optional install script:
$ ./macos.sh
$ brew bundle
Uninstall
$ stow -vD git