Skip to content

Commit 19b2118

Browse files
Added chaoti
1 parent 6ad0ef2 commit 19b2118

File tree

4 files changed

+58
-1
lines changed

4 files changed

+58
-1
lines changed

etc/pacman.d/chaotic-mirrorlist

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Automatic per-country routing of the mirrors below.
2+
Server = https://geo-mirror.chaotic.cx/$repo/$arch
3+
4+
# CDN (delayed syncing)
5+
# By: Fosshost
6+
Server = https://cdn-mirror.chaotic.cx/$repo/$arch
7+
8+
# USA
9+
# * Utah, By: ash (@the_ashh on telegram)
10+
Server = https://us-ut-mirror.chaotic.cx/$repo/$arch
11+
# * Los Angeles - CA, By: IRC-Nerds
12+
Server = https://us-ca-mirror.chaotic.cx/$repo/$arch
13+
14+
# Netherlands
15+
# * By: Easy Lee
16+
Server = https://nl-mirror.chaotic.cx/$repo/$arch
17+
18+
# Spain
19+
# * By: JKANetwork
20+
Server = https://es-mirror.chaotic.cx/$repo/$arch
21+
# * By: Icar
22+
Server = https://es-2-mirror.chaotic.cx/$repo/$arch
23+
24+
# Germany
25+
# * By: Nico
26+
Server = https://de-mirror.chaotic.cx/$repo/$arch
27+
# * By: ParanoidBangL (without HTTPS)
28+
Server = http://de-2-mirror.chaotic.cx/$repo/$arch
29+
# * By: ptr1337
30+
Server = https://de-3-mirror.chaotic.cx/$repo/$arch
31+
# * By: redgloboli
32+
Server = https://de-4-mirror.chaotic.cx/$repo/$arch
33+
34+
# Brussels, Belgium
35+
# * By: Belnet, the Belgian Education and Research Network
36+
Server = https://be-bru-mirror.chaotic.cx/$repo/$arch
37+
38+
# Seoul, Korea
39+
# * By: Ryoichi <t.me/maakpain>
40+
Server = https://kr-mirror.chaotic.cx/$repo/$arch
41+
42+
# Bulgaria
43+
# * By: Sudo Man <github.com/sakrayaami>
44+
Server = https://bg-mirror.chaotic.cx/$repo/$arch
45+
46+
# Toronto, Canada
47+
# * By freebird54
48+
Server = https://ca-mirror.chaotic.cx/$repo/$arch
49+
50+
# Mumbai, India
51+
# * By virusz4274
52+
Server = https://in-mirror.chaotic.cx/$repo/$arch

packages.x86_64

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ reflector
8585
reiserfsprogs
8686
rp-pppoe
8787
rsync
88-
xdotool
8988
wmctrl
9089
rxvt-unicode-terminfo
9190
screen
@@ -266,6 +265,8 @@ opendesktop-fonts
266265
gnome-screenshot
267266
ttf-opensans
268267
freetype2
268+
269+
# Input Drivers
269270
libinput-gestures
270271
xf86-input-elographics
271272
xf86-input-evdev
@@ -337,6 +338,7 @@ kservice
337338
kwidgetsaddons
338339
libpwquality
339340
plasma-framework
341+
nvidia
340342
xf86-video-amdgpu
341343
xf86-video-ati
342344
xf86-video-dummy

pacman.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ Include = /etc/pacman.d/mirrorlist
8888
[community]
8989
Include = /etc/pacman.d/mirrorlist
9090

91+
[chaotic-aur]
92+
Include = /etc/pacman.d/chaotic-mirrorlist
93+
9194
# If you want to run 32 bit applications on your x86_64 system,
9295
# enable the multilib repositories as required here.
9396

start.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)