-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
50 lines (46 loc) · 1.27 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
- defaults:
link:
create: true
relink: true
- clean:
- '~'
- shell:
-
command: git submodule update --init --recursive
stdout: true
stderr: true
description: Installing git submodules
-
command: ./configure-bash.sh
stdout: true
stderr: true
description: Configuring bash
-
command: ./configure-git.sh
stdout: true
stderr: true
description: Configuring git
-
command: ./install-keychain.sh
stdin: true
stdout: true
stderr: true
description: Installing keychain, utility to help manage ssh-agent
- link:
~/.bash_aliases_dotfiles: bash_aliases
~/.bash_functions_dotfiles: bash_functions
~/.bash_profile_dotfiles: bash_profile
~/.bashrc_dotfiles: bashrc
~/.config/git/ignore: config/git/ignore
~/.gitconfig_dotfiles: gitconfig
~/.tmux.conf: tmux.conf
~/.tmux/plugins/tpm: tmux/plugins/tpm
~/.vim: vim
~/.vimrc: vimrc
~/bootstrap: bootstrap
- shell:
-
command: echo 'Some config files are not installed automatically and can be found in the ./diy ((d)o (i)t (y)ourself) directory' && ls -m ./diy/
stdout: true
stderr: true
description: Optional non-automated configuration notification