-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
42 lines (38 loc) · 1.44 KB
/
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
- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.dotfiles: ''
~/.config/alacritty: alacritty
~/.config/i3/config: i3/config
~/.config/neofetch/config.conf: neofetch/config.conf
~/.config/rofi/config.rasi: themes/current/rofi.rasi
~/.config/ulauncher:
path: ulauncher/config
relative: true
force: true
~/.docker/cli-plugins: docker/cli-plugins
~/.gitignore_global: git/gitignore
~/.inputrc: inputrc
~/.local/share/applications/rxvt-unicode.desktop: urxvt/rxvt-unicode.desktop
~/.local/share/ulauncher/extensions/four43-project-opener: ulauncher/extensions/project_opener
~/.local/share/ulauncher/extensions/four43-bitbucket-search: ulauncher/extensions/bitbucket_search
~/.local/share/ulauncher/extensions/four43-confluence-search: ulauncher/extensions/confluence_search
~/.terraformrc: terraform/config
~/.tmux.conf: tmux/tmux.conf
~/.vim: vim/vim
~/.vimrc: vim/vimrc
~/.xinitrc: x11/xinitrc # https://unix.stackexchange.com/questions/363276/xinitrc-not-loading-xresources
~/.xprofile: x11/xprofile
~/.Xresources: x11/Xresources
~/.zprofile: zsh/zprofile
~/.zshenv: zsh/zshenv
# .zshrc is created by zsh automatically on first run, so we might actually have to
# remove it.
~/.zshrc:
path: zsh/zshrc
relative: true
force: true
- shell:
- [git submodule update --init --recursive, Installing submodules]