-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.yaml
61 lines (58 loc) · 1.43 KB
/
packages.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
# install packages with .chezmoiscripts/run_onchange_01-install-packages.sh.tmpl
packages:
darwin:
brews:
- "git"
casks:
- "google-chrome"
- "visual-studio-code"
linux:
# yay -Qm
yay:
- "naps2-bin"
- "windsurf"
- "visual-studio-code-bin"
- "postman-bin"
- "android-studio"
- "akm" # great tool for kernel selection
- "xmlstarlet" # used by adaptifier
- "flatpak"
- "zsh"
- "kitty"
- "etcher-bin"
- "openssh"
- "wl-clipboard"
- "xclip"
- "klassy" # theme and focused window highlighter
# Immersed dependencies
- "immersed"
- "v4l2loopback"
- "v4l2loopback-utils"
- "libva-intel-driver"
# cargo install --list
cargo:
- "pokeget"
- "cargo-update" # used by topgrade
- "systemctl-tui"
- "regect" # Regex tool
- "mdbook" # Shall we try to migrate to brew?
- "mdbook-variables"
- "parui"
- "ttyper"
# flatpak list --app
flatpak:
- "com.brave.Browser"
- "com.google.Chrome"
- "com.microsoft.Edge"
- "com.getmailspring.Mailspring"
- "com.discordapp.Discord"
- "com.github.tchx84.Flatseal"
- "com.slack.Slack"
- "org.gimp.GIMP"
- "org.libreoffice.LibreOffice"
- "org.remmina.Remmina"
- "sh.cider.Cider"
- "us.zoom.Zoom"
# snap list
snap:
- "icloud-for-linux"