-
Notifications
You must be signed in to change notification settings - Fork 0
/
flechade.yaml
258 lines (258 loc) · 6.34 KB
/
flechade.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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
ver: 0.0.2
name: tracie
description: Tracie Progsock - Hardcore programmers environment
steps:
- command: CopyFile
params:
- sources.list
- /etc/apt
desc: Installing Debian Backport sources
- command: CopyFile
params:
- google-chrome.list
- /etc/apt/sources.list.d/
desc: Google Chrome repo sources
- command: AddRepoKey
params:
- https://dl.google.com/linux/linux_signing_key.pub
- /etc/apt/keyrings/linux_signing_key.pub
desc: Adding Google public keys
- command: CopyFile
params:
- vscode.list
- /etc/apt/sources.list.d/
desc: MS VSCode repo sources
- command: AddRepoKey
params:
- https://packages.microsoft.com/keys/microsoft.asc
- /etc/apt/keyrings/packages.microsoft.asc
desc: Adding MS public keys
- command: AddArch
params:
- i386
desc: Enabling 32bit packages
- command: UpdateRepos
desc: Updating package repositories
- command: UpgradePackages
desc: Upgrading packages
- command: EnableFlatpak
desc: Enabling Flatpaks
- command: InstallPackages
params:
- zsh nala lsd fonts-font-awesome neofetch mc tmux curl plocate libvirt-clients virt-manager sassc dbus-x11 avahi-daemon polybar mpd rofi picom alacritty fish nitrogen bspwm sxhkd polybar rofi dunst nitrogen i3lock redshift cmus ranger lightdm psmisc python3 python3-pip
desc: Installing system tools
- command: AssignGroups
params:
- kvm,libvirt
desc: Making user member of virt groups
- command: InstallPackages
params:
- git build-essential golang libgl1-mesa-dev xorg-dev libglib2.0-dev-bin cmake ninja-build rustc cargo golang neovim nodejs lxc
desc: Installing basic development env
- command: EnableAptFile
desc: Enabling apt-file
- command: InstallFlatpaks
params:
- com.github.tchx84.Flatseal com.usebottles.bottles com.github.wwmm.easyeffects
net.davidotek.pupgui2 com.slack.Slack org.gnome.Geary
desc: Installing Flatpak apps
- command: InstallPackages
params:
- google-chrome-stable
desc: Installing Google Chrome
- command: InstallPackages
params:
- code
desc: Installing VS Code
- command: CloneAndRun
params:
- https://github.com/ryanoasis/nerd-fonts.git
- install.sh --install-to-system-path
desc: Installing Nerd fonts
- command: InstallUserConfig
params:
- bspwmrc
- .config/bspwm
desc: Installing Window Manager startup
- command: InstallUserConfig
params:
- sxhkdrc
- .config/sxhkd
desc: Installing Window Manager bindings
- command: InstallUserConfig
params:
- alacritty.yml
- .config/alacritty
desc: Installing Alacritty settings
- command: InstallUserConfig
params:
- config.ini
- .config/polybar
desc: Installing Polybar config
- command: InstallUserConfig
params:
- bars.ini
- .config/polybar
desc: Installing Polybar bars
- command: InstallUserConfig
params:
- colors.ini
- .config/polybar
desc: Installing Polybar colors
- command: InstallUserConfig
params:
- modules.ini
- .config/polybar
desc: Installing Polybar modules
- command: InstallUserConfig
params:
- user_modules.ini
- .config/polybar
desc: Installing Polybar user modules
- command: InstallUserConfig
params:
- launch.sh
- .config/polybar
desc: Installing Polybar launcher
- command: InstallUserConfig
params:
- updates.sh
- .config/polybar
desc: Installing Polybar updates module
- command: InstallUserConfig
params:
- checkupdates
- .config/polybar
desc: Installing Polybar update checker
- command: InstallUserConfig
params:
- feather.ttf
- .local/share/fonts
desc: Installing Polybar Feather fonts
- command: InstallUserConfig
params:
- colors.rasi
- .config/polybar
desc: Installing Polybar colors
- command: InstallUserConfig
params:
- confirm.rasi
- .config/polybar
desc: Installing Polybar confirm style
- command: InstallUserConfig
params:
- launcher.rasi
- .config/polybar
desc: Installing Polybar launcher style
- command: InstallUserConfig
params:
- message.rasi
- .config/polybar
desc: Installing Polybar message style
- command: InstallUserConfig
params:
- networkmenu.rasi
- .config/polybar
desc: Installing Polybar network style
- command: InstallUserConfig
params:
- powermenu.rasi
- .config/polybar
desc: Installing Polybar power style
- command: InstallUserConfig
params:
- styles.rasi
- .config/polybar
desc: Installing Polybar styles style
- command: InstallUserConfig
params:
- color-switch.sh
- .config/polybar
desc: Installing Polybar switch script
- command: InstallUserConfig
params:
- colors-dark.sh
- .config/polybar
desc: Installing Polybar dark script
- command: InstallUserConfig
params:
- colors-light.sh
- .config/polybar
desc: Installing Polybar light script
- command: InstallUserConfig
params:
- launcher.sh
- .config/polybar
desc: Installing Polybar launcher script
- command: InstallUserConfig
params:
- powermenu.sh
- .config/polybar
desc: Installing Polybar power script
- command: InstallUserConfig
params:
- pywal.sh
- .config/polybar
desc: Installing Polybar paywal script
- command: InstallUserConfig
params:
- random.sh
- .config/polybar
desc: Installing Polybar random script
- command: InstallUserConfig
params:
- style-switch.sh
- .config/polybar
desc: Installing Polybar switch script
- command: InstallUserConfig
params:
- styles.sh
- .config/polybar
desc: Installing Polybar styles script
- command: InstallUserConfig
params:
- tracie.png
- .config/polybar
desc: Installing background image
- command: InstallUserConfig
params:
- picom.conf
- .config/picom
desc: Installing Picom configurations
- command: EnableService
params:
- mpd
desc: Enabling Music Player Daemon
- command: InstallPip
params:
- pywal
desc: Installing Pywal custom color support
- command: CloneAndRun
params:
- https://github.com/starship/starship.git
- install/install.sh -y
desc: Installing Starship prompt
- command: InstallUserConfig
params:
- starship.toml
- .config
desc: Installing Starship configuration
- command: CreateDir
params:
- /usr/share/desktop-base/tracie/
desc: Creating theme directory
- command: CopyFile
params:
- tracie_blur.png
- /usr/share/desktop-base/tracie/
desc: Installing login background
- command: CopyFile
params:
- lightdm-gtk-greeter.conf
- /etc/lightdm
desc: Installing login configuration
- command: InstallUserConfig
params:
- .bash_aliases
- .
desc: Installing bash settings