-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathdotlink
More file actions
32 lines (32 loc) · 1.43 KB
/
dotlink
File metadata and controls
32 lines (32 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# vim: ft=conf
###############################################################################
# _ _ __ _ _ #
# __| | ___ | |_ / _(_) | ___ ___ #
# / _` |/ _ \| __| |_| | |/ _ \/ __| #
# | (_| | (_) | |_| _| | | __/\__ \ #
# \__,_|\___/ \__|_| |_|_|\___||___/ #
# #
###############################################################################
# This file contains dotfiles linksets.
# You can comment out by adding "#" at the beginning of the line.
# And an empty line is ignored by dot.
#
# Format:
# <dotfile>,<linkto>
#
# the script automatically add directory information to the file path.
# So, you should write like below:
# .vimrc,.vimrc
#
# You can load from outside of the dotfiles directory:
# ~/Dropbox/.netrc,.netrc
#
# You can easily copy the existing file to the dotfiles repository
# and add new link list by
# dot add [-m "some comment"] original_file dotfiles_path
# or, just
# dot add original_file
# In the second example, the script automatically completes the second
# arguments and confirm whether or not to execute that command.
#
#------------------------------------------------------------------------------