forked from jessarcher/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dotbot.conf.yaml
57 lines (55 loc) · 1.52 KB
/
.dotbot.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
48
49
50
51
52
53
54
55
56
57
- clean: [
'~',
'~/.mutt'
]
- link:
~/.agignore: agignore
~/.bash_profile: bash_profile
~/.bashrc: bashrc
~/.config/dunst/dunstrc:
create: true
path: dunstrc
~/.config/gopass/config.yml:
create: true
path: gopass.yml
~/.config/phpactor/phpactor.yml:
create: true
path: phpactor.yml
~/.config/rofi/config:
create: true
path: rofi.config
~/.config/termite/config:
create: true
path: termite.config
~/.ctags: ctags
~/.dircolors: dircolors
~/.gitconfig: gitconfig
~/.gitignore_global: gitignore_global
~/.gvimrc: gvimrc
~/.i3: i3
~/.i3blocks.conf: i3blocks.conf
~/.i3status.conf: i3status.conf
~/.jshintrc: jshintrc
~/.mutt/colorscheme-jess.muttrc:
create: true
path: mutt/colorscheme-jess.muttrc
~/.mutt/mailcap: mutt/mailcap
~/.muttrc: muttrc
~/.ncmpcpp/config:
create: true
path: ncmpcpp.conf
~/.tmux: tmux
~/.tmux.conf: tmux.conf
~/.tmux_darwin.conf: tmux_darwin.conf
~/.tmux_linux.conf: tmux_linux.conf
~/.vimperatorrc: vimperatorrc
~/.config/kitty: kitty
~/.config/nvim: nvim
~/.xinitrc: xinitrc
~/.Xmodmap: Xmodmap
~/.Xresources: Xresources
~/.zshrc: zshrc
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1, Installing tmux plugins]
- ["vim +PlugUpdate +PlugClean! +qa", Installing and updating plugins]