-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfileList
25 lines (23 loc) · 1.02 KB
/
fileList
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
# comments in the beginning of the line only, whole line is skipped
# if comment found anywhere
# make sure the file is correct, the script doesn't do error checking
# each non-comment line contains two paths relative to $HOME
#File-name-in-etc Path-name-relative-to-$HOME
bash/bashrc .bashrc
bash/profile .profile
bash/inputrc .inputrc
# color-schemes .kde4/share/apps/color-schemes
ctags .ctags
fonts/fonts.conf .fonts.conf
fonts .fonts
gdb/gdbinit .gdbinit
gitconfig .gitconfig
screenrc .screenrc
tmux.conf .tmux.conf
vim .vim
vim/vimrc .vimrc
X/xinitrc .xinitrc
X/Xresources .Xresources
xmonad .xmonad
zsh/oh-my-zsh .oh-my-zsh
zsh/zshrc .zshrc