blob: 7c83a5c4555edd9214f033fca639b57e9922b88c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
### bootstrap.manifest -*- conf -*-
# TAB-separated SOURCEs and DESTINATIONs for configuration-file links to ~.
# 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
# Local Variables:
# indent-tabs-mode: t
# End:
|