This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
213 lines (210 loc) · 4.41 KB
/
config.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
---
comment-packages: Install selected packages
packages:
- name: i3
aur:
- i3lock
- i3exit
pacman:
- i3-gaps
- i3status
- flameshot
- dex
- network-manager-applet
- name: music
pacman:
- ncmpcpp
- mpd
- mpc
- name: minecraft
aur:
- minecraft-launcher
- name: multimc
aur:
- multimc5
- name: java
pacman:
- jdk-openjdk
- jre-openjdk
- jre-openjdk-headless
- name: programming
aur:
- vscodium-bin
pacman:
- python3
- python-pip
- elixir
- rustup
- neovim
- name: rice screenshot aka l33t h4xx0r
comment-aur: ttf-ubraille required for bottom
aur:
- cava
- pipes.sh
- ttf-ubraille
- pfetch
- nerdfetch
- cpufetch
pacman:
- cmatrix
- neofetch
- bottom
- htop
- duf
- bpytop
- name: docker
pacman:
- ctop
- docker
- docker-compose
- name: steam + amdgpu
# mesa lib32-mesa
#vulkan-radeon seems to be better than amdvlk, see https://linuxreviews.org/The_Best_Linux_Vulkan_Driver_For_AMD_GPUs:_Mesa_RADV_vs_AMDVLK
pacman:
- vulkan-radeon
- lib32-vulkan-radeon
- lib32-fontconfig
- steam
- name: scripting
pacman:
- fzf
- jq
- grep
- tree
- wget
- curl
- xdotool
- name: tuxi
aur:
- pup
- tuxi-git
pacman:
- jq
- recode
- name: nerd-dictation
pacman:
- python
- python-pip
script:
# exit if an command errors
- set -e
# keep track of the last executed command
- trap 'last_command=$current_command; current_command=$BASH_COMMAND' DEBUG
# echo an error message before exiting
- trap 'echo "\"${last_command}\" command failed with exit code $?."' EXIT
- 'if [ ! -d "~/dev/nerd-dictation" ] ; then'
- mkdir -pv ~/dev/
- cd ~/dev/
- pip3 install vosk
- git clone https://github.com/ideasman42/nerd-dictation.git
- 'fi'
- 'if [ ! -d "~/.config/nerd-dictation/model" ] ; then'
- cd /tmp
- wget https://alphacephei.com/kaldi/models/vosk-model-small-en-us-0.15.zip
- unzip vosk-model-small-en-us-0.15.zip
- mkdir -pv ~/.config/nerd-dictation
- mv vosk-model-small-en-us-0.15 ~/.config/nerd-dictation
- 'fi'
- name: youtube
aur:
- youtube-viewer
pacman:
- youtube-dl
- name: system monitor
# ttf-ubraille required for bottom
aur:
- icdiff
- ttf-ubraille
pacman:
- bottom
- htop
- tcpdump
- duf
- bpytop
- name: system administration
# ttf-ubraille required for bottom
aur:
- icdiff
- ttf-ubraille
pacman:
- grep
- man-db
- tree
- unzip
- zip
- pandoc
- neovim
- bc
#- highlight
- bat
- bind
- name: network utilities
pacman:
- rsync
- wget
- curl
- nmap
- bind
- websocat
- openbsd-netcat
- name: ntfs
pacman:
- ntfs-3g
- name: desktop applications
pacman:
- audacity
- firefox
- nemo
- discord
- gimp
- inkscape
- sxiv
- zathura
- xdg-utils
- xdg-user-dirs
- mpv
- name: custom dwm
pacman:
- base-devel
- git
- libx11
- libxinerama
- libxft
script:
- mkdir -pv ~/dev/rice
- cd ~/dev/rice
- git clone https://github.com/LukasDoesDev/dwm-build-scripts.git
- cd dwm-build-scripts
- './full.sh install'
- name: custom dmenu
script:
- mkdir -pv ~/dev/rice
- cd ~/dev/rice
- git clone https://github.com/LukasDoesDev/dmenu.git
- cd dmenu
- sudo make clean install
- name: xorg + required
pacman:
- xorg
- xorg-xinit
- xorg-xrandr
- xorg-xrdb
- webkit2gtk
- dunst
- feh
- picom
- flameshot
- rxvt-unicode
- pulseaudio
- ttf-liberation
- name: crypto
aur:
- cointop-bin
- name: nvim plug
script:
- curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
# If included in any list run the commands specified
setup:
nemo:
- xdg-mime default nemo.desktop inode/directory