about summary refs log tree commit diff stats
path: root/bootstrap.manifest
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.manifest')
-rw-r--r--bootstrap.manifest23
1 files changed, 10 insertions, 13 deletions
diff --git a/bootstrap.manifest b/bootstrap.manifest index ad315db..28358c3 100644 --- a/bootstrap.manifest +++ b/bootstrap.manifest
@@ -3,24 +3,21 @@
3# see bootstrap.sh for details. 3# see bootstrap.sh for details.
4 4
5# Custom XDG Directories (just in case they're hardcoded somewhere) 5# Custom XDG Directories (just in case they're hardcoded somewhere)
6~/etc ~/.config 6~/etc ~/.config
7~/usr ~/.local 7~/usr ~/.local
8 8
9# Bash 9# Bash
10bash/bashrc ~/.bashrc 10bash/bashrc ~/.bashrc
11bash/bash_profile ~/.bash_profile 11bash/bash_profile ~/.bash_profile
12bash/bash_logout ~/.bash_logout 12bash/bash_logout ~/.bash_logout
13 13
14# Profile 14# Profile
15profile/profile ~/.profile 15profile/profile ~/.profile
16 16
17# Mail 17# Mail
18mail/mbsyncrc ~/.mbsyncrc 18mail/mbsyncrc ~/.mbsyncrc
19 19
20# Xorg 20# Xorg
21xorg/xinitrc ~/.xinitrc 21xorg/xinitrc ~/.xinitrc
22xorg/xsession ~/.xsession 22xorg/xsession ~/.xsession
23 23xorg/xcompose ~/.Xcompose
24# Local Variables:
25# indent-tabs-mode: t
26# End: