-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinux.yml
More file actions
187 lines (172 loc) · 3.53 KB
/
linux.yml
File metadata and controls
187 lines (172 loc) · 3.53 KB
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
when:
- os == "linux"
- distro == "arch"
backup:
syncthing-conflicts:
directories:
- ~/Screenshots/{{ machine }}
# TODO: consider prefixing all of these to prevent repo changes?
packages:
# base
- core/base
- core/base-devel
- extra/moreutils
# TODO: consider
# - net-tools
# - inetutils
- chaotic-aur/paru
- pkgfile
- less
- wget
- htop
- whois
- openssh
- extra/sshfs
- neovim
- 7zip
- rsync
- lsof
- nmap
- tmux
- zip
- lzip
- fdupes
- jq
- yq
- colordiff
- openssl
# - fswatch # TODO: aur...
- zsh
- zsh-completions
- zsh-syntax-highlighting
- zsh-autosuggestions
- zshdb
- bash
- bash-completion
- tree
- socat
- fzf
- fd
- calc
- bat
- bat-extras
# - httpstat # TODO: aur...
- ripgrep
- age
- perl-image-exiftool
- trippy
- chaotic-aur/cheat
- extra/hyperfine
# frontend
- plasma
- kwalletmanager
- kwallet-pam
- ungoogled-chromium-bin
- firefox
# - 1password # TODO: aur...
# - 1password-cli # TODO: aur...
# - spotify # TODO: aur/spotx-git & chaotic-aur/spotify
- lib32-nvidia-utils
- steam
- chaotic-aur/parsec-bin
- chaotic-aur/nordvpn-bin
- zed
- ghostty
- inkscape
- baobab
- extra/ttf-inconsolata
- extra/meld
# syncthing
# TODO: review frontends
# - syncthing-app
# restic
- restic
# games
- faugus-launcher
# NOTE: just using flatpaks from Discover atm
# - chaotic-aur/bolt-launcher
# - runelite # TODO: aur...
# development
- git
- extra/github-cli
- git-delta
- cloc
- pup
- wrk
- docker
- extra/docker-compose
- chaotic-aur/visual-studio-code-bin
- chaotic-aur/sublime-text-4
- android-studio
- dive
- shellcheck
- shfmt
- npm
- extra/nodejs
- doggo
- mysql
- postgresql
- mise
- yamllint
- sops
# - mycli # TODO: aur/mycli
- pgloader
- chaotic-aur/ngrok
- ffmpeg
# - gstreamer
# - libnice-gstreamer
# - gstreamer-runtime
# - gstreamer-development
- cmake
- ninja
- python
- extra/python-pipx
- rustup
# TODO: would be nice to fix this on a fresh install
# error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured.
# help: run 'rustup default stable' to download the latest stable release of Rust and set it as your default toolchain.
# list applications
# $ ls -la /usr/share/applications/
# query mime type of a file
# $ xdg-mime query filetype ~/Docs/dotfiles.txt
default.programs:
web-browser: firefox
# NOTE: should all be handled by the browser, but may not be on some desktop environments
# http://: firefox
# https://: firefox
# text/html: firefox
# TODO: evaluate current file managers
# file://: spacefm
# inode/directory: spacefm
text/plain: sublime_text
text/markdown: sublime_text
text/x-csrc: sublime_text # .c .jsx
text/x-lua: sublime_text
text/csv: sublime_text
text/javascript: sublime_text
application/yaml: sublime_text
application/json: sublime_text
application/xml: sublime_text
application/x-shellscript: sublime_text
text/vnd.trolltech.linguist: sublime_text # .ts
application/x-tiled-tsx: sublime_text # .tsx
image/svg+xml: org.inkscape.Inkscape
# TODO:
# image/jpeg: gpicview
# image/gif: gpicview
# image/png: gpicview
# image/svg+xml: gpicview
# image/tiff: gpicview
# TODO: other file types
# application/pdf: org.gnome.Evince
# .mkv
# .mp4
# .avi
# .mov
# .wmv
# .webm
# TODO: not sure what syntax I want here
services.user:
syncthing: ...
# services.system:
# sddm: ...