Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 556 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 556 Bytes

My personal dotfiles.

deploy.sh

A basic bash script that will somewhat intelligently deploy symlinks into your home directory.

Usage: ./deploy.sh [-n] TARGET...
Create a symbolic link to each TARGET in your home directory.

  -n:  only print files to be linked without actually doing anything

Existing files or or symlinks (to files or directories) will not be
touched, but directories will be linked recursively, if the directory
already exists in home.
This script and files starting with an underscore will be ignored.