-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
73 lines (66 loc) · 1.68 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
- defaults:
link:
create: true
relink: true
create:
mode: 0755
- clean: ["~", "~/.config"]
- shell:
- [git submodule sync --recursive, Syncing submodules]
- [git submodule update --init --recursive, Updating submodules]
- link:
~/.aerospace.toml:
if: '[ "$(uname)" = "Darwin" ]'
path: aerospace.toml
~/.bash:
~/.bash_profile:
~/.config/alacritty/alacritty.toml: alacritty.toml
~/.config/env/color_scheme.sh: color_scheme.sh
~/.config/env/directories.sh: directories.sh
~/.config/env/terminals.sh: terminals.sh
~/.config/kitty/user.conf: kitty.conf
~/.config/nvim: nvim
~/.config/tmux-sessionizer/directories: tmux-directories
~/.editorconfig:
~/.gitconfig:
~/.gitignore_global:
~/.local/bin/:
glob: true
path: bin/*
~/.tmux.conf:
~/.zfunctions/async: purus/async.zsh
~/.zfunctions/prompt_purus_setup: purus/purus.zsh
~/.zprofile:
~/.zsh:
~/.zshenv:
~/.zshrc:
- create:
~/.aws:
mode: 0700
~/.local/opt/:
~/.ssh:
mode: 0700
${BUILD_DIR}:
${PROJECT_DIR}:
${TMP_DIR}:
${UNIVERSITY_PROJECT_DIR}:
${VISIOSTO_PROJECT_DIR}:
- shell:
- [
./utils/update_encrypted_config aws,
Updating the local AWS configuration,
]
- [
./utils/update_encrypted_config ssh,
Updating the local SSH configuration,
]
- command: /bin/bash -c "$(ansible-vault view ./utils/update_public_keys)"
description: Update the public identity files,
stdout: true
stderr: true
- clean: [~/.aws, ~/.ssh]
- link:
~/.aws/config: ./aws/config
~/.ssh/:
glob: true
path: ssh/*