forked from lg-labs-pentagon/lg-labs-dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
53 lines (49 loc) · 1.16 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
51
52
53
- defaults:
link:
relink: true
- clean: [ '~' ]
- link:
~/.bash_profile:
create: true
path: shell/bash/.bash_profile
~/.bashrc:
create: true
path: shell/bash/.bashrc
~/.zimrc:
create: true
path: shell/zim/zimrc
force: true
~/.zshrc: shell/zsh/zshrc
~/.zshenv: shell/zsh/zshenv
~/.gitconfig: git/gitconfig
~/.gitignore_global:
create: true
path: git/gitignore_global
~/.config/bat:
create: true
path: config/bat
~/.hushlogin: config/utils/hushlogin
~/.uuid_code: shell/utils/uuid_code
- create:
- ~/Documents/workspace
- ~/Documents/lg
- ~/Documents/lg/training
- ~/Documents/lg/labs
- ~/Documents/lg/pentagon
- ~/Documents/personal
- shell:
- command: ./shell/brew/setup_homebrew.zsh
stdout: true
stderr: true
- command: ./shell/zsh/setup_zsh.zsh
stdout: true
stderr: true
- command: ./langs/java/setup_sdkman.zsh
stdout: true
stderr: true
- command: ./langs/js/setup_node.zsh
stdout: true
stderr: true
- command: ./config/setup_macos.zsh
stdout: true
stderr: true