blob: 991a0d988e3883462b2ea3ebbc2f3ad6f5528156 (
plain)
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
|
### bootstrap.manifest -*- conf -*-
# Whitespace-separated SOURCEs and DESTINATIONs for configuration-file links to
# $HOME. See bootstrap.sh for details.
# Custom XDG Directories (just in case they're hardcoded somewhere)
~/etc ~/.config
~/usr ~/.local
# Bash
bash/bashrc ~/.bashrc
bash/bash_profile ~/.bash_profile
bash/bash_logout ~/.bash_logout
# Profile
profile/profile ~/.profile
# Mail
mail/mbsyncrc ~/.mbsyncrc
# Emacs
emacs.el ~/.emacs
# Xorg
#xorg/xinitrc ~/.xinitrc
#xorg/xsession ~/.xsession
#xorg/xcompose ~/.Xcompose
# SBCL
sbcl/sbclrc ~/.sbclrc
|