-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
47 lines (42 loc) · 899 Bytes
/
install.conf.yaml
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
#
# Saumon dotfiles
# Dotbot configuration file
#
---
- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.config/:
create: true
glob: true
path: config/*
~/.gnupg/gpg-agent.conf: gnupg/gpg-agent.conf
~/.gtkrc-2.0:
force: true
~/.icons/default/index.theme:
create: true
force: true
path: icons/default/index.theme
~/.local/share/:
create: true
glob: true
path: local/share/*
~/.mozilla/firefox/:
create: true
glob: true
path: mozilla/firefox/*
~/.tmux.conf:
~/.vim:
~/.xinitrc:
~/.Xmodmap:
~/.Xresources:
~/.zsh:
~/.zshenv:
~/.zsh/.zlogin: ~/.zsh/zlogin
~/.zsh/.zpreztorc: ~/.zsh/zpreztorc
~/.zsh/.zprofile: ~/.zsh/zprofile
~/.zsh/.zshrc: ~/.zsh/zshrc
- shell:
- [git submodule update --init --recursive, Updating git submodules]