-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdotbot.conf.yaml
60 lines (53 loc) · 1.66 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
58
59
60
- defaults:
link:
create: true
relink: true
- link:
~/.tmux.conf: tmux/tmux.conf
~/.tmate.conf: tmux/tmate.conf
~/.vimrc: vimrc
~/.config/nvim: nvim
~/.vim/coc-settings.json: vim/coc-settings.json
~/.tridactylrc: tridactylrc
~/.ctags: ctags
~/.vcspull.yaml: vcspull.yaml
~/.gitconfig: gitconfig
~/.gitignore: global.gitignore
~/.Xkeymap: x11/Xkeymap
~/.xprofile: x11/xprofile
~/.face: x11/face
~/.oh-my-zsh/custom/01_aliases.zsh: zsh/aliases.sh
~/.oh-my-zsh/custom/02_functions.zsh: zsh/functions.zsh
~/.oh-my-zsh/custom/10_shortcuts.zsh: zsh/shortcuts.zsh
~/.oh-my-zsh/custom/11_nix.zsh: zsh/nix.zsh
~/.oh-my-zsh/custom/20_elixir.zsh: zsh/elixir.zsh
~/.config/i3/config: i3/i3.config
~/.config/picom.conf: i3/picom.conf
~/.config/rofi: i3/rofi
~/.config/dunst/dunstrc: dunstrc
~/.config/copyq/copyq.conf: copyq.conf
~/.config/kitty/kitty.conf: kitty.conf
~/.config/gsimplecal/config: gsimplecal.config
~/.config/qmk/qmk.ini: qmk.ini
~/.config/systemd/user/notif-server.service: systemd/notif-server.service
~/.local/share/applications/note-capture.desktop: desktop-entries/note-capture.desktop
- defaults:
link:
create: true
relink: true
force: true
- link:
~/.zshrc: zshrc
~/.xinitrc: x11/xinitrc
- defaults:
link:
create: true
relink: true
ignore-missing: true
- link:
~/.config/i3/status.toml: mnt/i3status.toml.erb
~/.config/spotifyd/spotifyd.conf: mnt/spotifyd.toml.erb
- create:
- ~/dotfiles/mnt
- shell:
- [git submodule update --init --recursive, Installing submodules]