forked from simonjbeaumont/.dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.yml
76 lines (65 loc) · 1.26 KB
/
install.yml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# ack
~/.ackrc: ack/ackrc
# bash
~/.aliases: bash/aliases
~/.bash_profile: bash/bash_profile
~/.bash_prompt: bash/bash_prompt
~/.bashrc: bash/bashrc
~/.dircolors: bash/dircolors.solarized_ansi_dark
~/.functions: bash/functions
~/.inputrc: bash/inputrc
# git
~/.gitconfig: git/gitconfig
~/.gitignore_global: git/gitignore_global
# hg
~/.hgignore: hg/hgignore
~/.hgrc: hg/hgrc
# mutt
~/.mutt: mutt/
~/.mbsyncrc:
comment_delim: '#'
template: mutt/mbsyncrc
subs:
- HOST
- USER
~/.msmtprc:
template: mutt/msmtprc
comment_delim: '#'
subs:
- HOST
- USER
- FROM
~/.notmuch-config:
template: mutt/notmuch-config
comment_delim: '#'
subs:
- PRIMARY_EMAIL
- OTHER_EMAIL
~/.pull-ldap-wrapper.sh:
comment_delim: '#'
template: mutt/pull-ldap-wrapper.sh
subs:
- HOST
- BASE_PEOPLE
- BASE_GROUPS
- EXTRA_FIELDS_PEOPLE
- EXTRA_FIELDS_GROUPS
# ssh
~/.ssh/config: ssh/config
# tmux
~/.tmux.conf: tmux/tmux.conf
# utop
~/.utoprc: utop/utoprc
# vim
~/.vim: vim/
~/.vimrc: vim/vimrc
# vimperator
~/.vimperator: vimperator/
~/.vimperatorrc: vimperator/vimperatorrc
# X
~/.Xmodmap: linux/Xmodmap
~/.xinitrc: linux/xinitrc
# xmonad
~/.xmonad/icons: xmonad/icons/
~/.xmonad/xmobarrc: xmonad/xmobarrc
~/.xmonad/xmonad.hs: xmonad/xmonad.hs