-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathinstall.conf.yaml
50 lines (48 loc) · 1.05 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
43
44
45
46
47
48
49
50
- clean: ['~']
- link:
~/.dotfiles: ''
~/.Xdefaults: Xdefaults
~/.clang-format: clang-format
~/.dir_colors: dir_colors
~/.git_template: git_template/
~/.gitconfig: gitconfig
~/.inputrc: inputrc
~/.tmux.conf: tmux.conf
~/.tmux: tmux/
~/.vim:
force: true
path: vim/
~/.vimrc: vimrc
~/.config/nvim:
force: true
create: true
path: vim/
~/.config/nvim/init.vim:
create: true
path: vimrc
~/.vimrc_minimal: vimrc_minimal
~/bin: bin/
~/.zsh: zsh/
~/.zshenv: zshenv
~/.zshrc: zshrc
~/.bash: bash/
~/.bashrc:
force: true
path: bashrc
~/.hgrc: hgrc
~/.xmonad:
force: true
path: xmonad/
~/.xmobarrc: xmobarrc
~/.Xmodmap: Xmodmap
~/.xsession: xsession
- shell:
- [git submodule update --init --recursive, Updating submodules]
- command: ./scripts/dependency_install.sh
stdin: true
stdout: true
stderr: true
- command: ./bin/uu
stdin: true
stdout: true
stderr: true