Skip to content

adwinying/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

767 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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