-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
133 lines (121 loc) · 2.95 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
- defaults:
link:
relink: true
create: true
force: false # maybe change to true?
shell:
quiet: true
stdout: true
- clean: ['~']
- shell:
- [git submodule update --recursive --init, Installing submodules]
- create:
- ~/.config/cheat/cheatsheets
- shell:
- description: Install Cheat
command: scripts/install_cheat.sh --version 4.4.0
stdin: false
stdout: true
stderr: true
- link:
~/.zshrc: zsh/zshrc
~/.env.zsh: zsh/env.zsh
~/.aliases.zsh: zsh/aliases.zsh
~/.functions.zsh: zsh/functions.zsh
~/.p10k.zsh: zsh/p10k.zsh
~/.fzf.zsh: autocompetions/fzf.zsh
~/.config/cheat/conf.yml: confs/cheat.yml
~/.config/cheat/cheat.zsh: autocompetions/cheat.zsh
# ~/.config/cheat/cheat.zsh:
~/.config/cheat/cheatsheets/personal/: cheats/
~/.profile: confs/profile
~/.inputrc: confs/inputrc
~/.config/nvim/: nvim/
~/.config/nvim.vscode: vscode/nvim.vscode
~/.config/wezterm/: wezterm/
- git:
~/.oh-my-zsh:
url: [email protected]:ohmyzsh/ohmyzsh.git
branch: master
method: clone-or-pull
~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting:
url: [email protected]:zsh-users/zsh-syntax-highlighting.git
branch: master
method: clone-or-pull
~/.oh-my-zsh/custom/themes/powerlevel10k:
url: [email protected]:romkatv/powerlevel10k.git
branch: master
method: clone-or-pull
~/.pyenv:
url: [email protected]:pyenv/pyenv.git
branch: master
method: clone-or-pull
~/.pyenv/plugins/pyenv-virtualenv:
url: [email protected]:pyenv/pyenv-virtualenv.git
branch: master
method: clone-or-pull
~/.pyenv/plugins/pyenv-update:
url: [email protected]:pyenv/pyenv-update.git
branch: master
method: clone-or-pull
~/.pyenv/plugins/pyenv-doctor:
url: [email protected]:pyenv/pyenv-doctor.git
branch: master
method: clone-or-pull
~/GIT/GITHUB/MY/fzf:
url: [email protected]:junegunn/fzf.git
branch: master
method: clone
#- pip:
# file: requirements.txt
# binary: /home/marc/.pyenv/shims/pip
# user: true # Like --user
# stdout: false # Print the execution stdout
# stderr: true # Print the execution stderr
- sudo:
- link:
/etc/apt/sources.list.d/:
glob: true
path: apt.sources.lists/*
- apt:
- bat
- bind9-dnsutils
- eza
- fd-find
- fonts-hack
- git
- git-extras
- htop
- ipcalc
- iperf3
- jq
- python3-pygments
- neovim
- nnn
- nmap
- ripgrep
- thefuck
- tilix
- tldr
- tree
- wl-clipboard
- wezterm
- code
- unrar
- zsh
- if:
- cond: 'test -f /etc/private.true'
met:
- apt:
- awscli
- darktable
- rpi-imager
- kubectl
- brew:
- yq
# ToDo:
# - s3cfg and awscfg without secrets
# - ~/.gitconfig
# - Install fx: https://github.com/antonmedv/fx
# - iotop & iotop-c
# - Resticprofile