-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.config.yml
155 lines (148 loc) · 2.18 KB
/
default.config.yml
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# SPDX-FileCopyrightText: Florian Wilhelm
# SPDX-License-Identifier: MIT
username: florian
basic_packages:
Debian:
- apg
- curl
- git
- htop
- httpie
- jq
- make
- mc
- nala
- python-is-python3
- python3
- rdiff-backup
- silversearcher-ag
- tldr
- unzip
- vim
- yapf3
- zsh
- net-tools
- bridge-utils
RedHat:
- apg
- curl
- git
- htop
- httpie
- jq
- make
- mc
- rdiff-backup
- the_silver_searcher
- tldr
- unzip
- vim
- xz
- zsh
- net-tools
- bridge-utils
- bzip2
Suse:
- apg
- bzip2
- curl
- git
- gzip
- htop
- httpie
- jq
- make
- mc
- rdiff-backup
- tar
- the_silver_searcher
- unzip
- vim
- xz
- zsh
Archlinux:
- bzip2
- curl
- git
- gzip
- htop
- httpie
- jq
- make
- mc
- tar
- the_silver_searcher
- unzip
- vim
- xz
- zsh
desktop_packages:
Debian:
- "keepassxc"
- "libreoffice-help-de"
- "libreoffice-l10n-de"
- "libreoffice"
- "xclip"
RedHat:
- "firefox"
- "keepassxc"
- "libreoffice"
- "libreoffice-langpack-de"
- "xclip"
development_packages:
Debian:
- cargo
- golang
- maven
- nodejs
- npm
- yarnpkg
- openjdk-17-jdk-headless
RedHat:
- cargo
- golang
- java-21-openjdk-devel
- maven
- nodejs
- npm
- rust
Suse:
- cargo
- go
- java-21-openjdk-devel
- maven
- nodejs-default
- npm-default
- rust
Archlinux:
- go
- jdk-openjdk
- maven
- nodejs
- npm
- rust
system_development_packages:
Debian:
- build-essential
- cmake
RedHat:
- "@C Development Tools and Libraries"
- cmake
directories:
- "~/temp"
- "~/code"
- "~/code/scratch"
- "~/code/fwilhe2"
- "~/no_backup"
codium_extensions:
- fwcd.kotlin
- golang.go
- humao.rest-client
- mathiasfrohlich.Kotlin
- ms-azuretools.vscode-docker
- ms-python.python
- redhat.java
- redhat.vscode-xml
- redhat.vscode-yaml
- rust-lang.rust
- streetsidesoftware.code-spell-checker