-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.yml
107 lines (99 loc) · 1.42 KB
/
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
---
update: true
swapfile_path: /swapfile
swapfile_size: 8G
base_packages:
- base
- base-devel
- linux
- linux-firmware
- sudo
- dhcpcd
- netctl
- networkmanager
- openssh
- nano
- pipewire
- man-db
- man-pages
- git
- wget
- reflector
xorg_packages:
- xorg
- xorg-apps
- xorg-drivers
- xorg-apps
- xorg-fonts
- xorg-xinit
gpu_packages:
- mesa
- lib32-mesa
- xf86-video-amdgpu
- vulkan-radeon
- vulkan-headers
- lib32-vulkan-radeon
- amdvlk
- lib32-amdvlk
- libva-mesa-driver
- lib32-libva-mesa-driver
- mesa-vdpau
- lib32-mesa-vdpau
font_packages:
- ttf-ubuntu-font-family
- noto-fonts
- noto-fonts-emoji # for emoji
- ttf-dejavu
- ttf-roboto
- adobe-source-han-sans-otc-fonts # for CJK
gnome_packages:
- gnome
- gnome-tweaks
- gnome-shell-extensions
- gdm
other_packages:
- linux-headers
- bash-completion
- mpv
- mpv-mpris
- aria2
- yay
- pass
- stow
- firefox
- google-chrome
- obsidian
- spotify
- spotify-adblock-git
- alacritty
- yt-dlp
- ntfs-3g
- gallery-dl
- neofetch
- btop
- geary
- browserpass-firefox
- browserpass-chromium
- tmux
- cpupower
- turbostat
- acpi
- bc
- update-grub
- p7zip
- radeontop
- xclip
services_list:
- sshd
- NetworkManager
- reflector
dev_packages:
- visual-studio-code-bin
- python
- python-pip
- nodejs
- npm
- rust
- jre
- jdk
- go