Skip to content

Commit 6af0b05

Browse files
committed
sync with flagship
1 parent 5f1fc5a commit 6af0b05

6 files changed

Lines changed: 32 additions & 24 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
work
2+
out
3+
setup-git.sh

airootfs/etc/pacman.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,9 @@ Include = /etc/pacman.d/mirrorlist
101101
#SigLevel = Optional TrustAll
102102
#Server = file:///home/custompkgs
103103

104+
[alg_repo]
105+
SigLevel = Optional TrustedOnly
106+
Server = https://arch-linux-gui.github.io/$repo/$arch
107+
104108
[chaotic-aur]
105109
Include = /etc/pacman.d/chaotic-mirrorlist

airootfs/etc/sddm.conf.d/autologin.conf

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
#!/bin/bash
22
#set -e
3-
# change a commit comment
4-
# git commit --amend -m "more info"
5-
# git push --force origin
3+
4+
#DemonKiller's Git Commit Script
5+
#Repo must be cloned to local for this to work
66

77

88
# checking if I have the latest files from github
9+
tput setaf 4
910
echo "Checking for newer files online first"
11+
tput sgr0
1012
git pull
1113

14+
1215
# Below command will backup everything inside the project folder
1316
git add --all .
1417

1518
# Give a comment to the commit if you want
16-
echo "####################################"
17-
echo "Write your commit comment!"
18-
echo "####################################"
19+
tput setaf 1
20+
echo "Write Commit Below:"
21+
tput sgr0
1922

2023
read input
2124

@@ -27,7 +30,6 @@ git commit -m "$input"
2730

2831
git push
2932

30-
31-
echo "################################################################"
32-
echo "################### Git Push Done ######################"
33-
echo "################################################################"
33+
tput setaf 2
34+
echo "D O N E!"
35+
tput sgr0

packages.x86_64

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ neofetch
123123
firefox
124124

125125
#Software Center
126-
discover
127-
packagekit-qt5
126+
pamac-aur
127+
archlinux-appstream-data-pamac
128128

129129
#Installer
130130
grub
@@ -135,7 +135,8 @@ os-prober
135135
#Icons
136136
tela-circle-icon
137137
mcmojave-cursors
138+
alg-plasma-settings
138139

139-
#chaotic
140+
#chaotic aur
140141
chaotic-keyring
141142
chaotic-mirrorlist

pacman.conf

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Architecture = auto
3232

3333
# Misc options
3434
#UseSyslog
35-
#Color
36-
#TotalDownload
35+
Color
36+
ParallelDownloads=5
3737
# We cannot check disk space from within a chroot environment
3838
#CheckSpace
3939
#VerbosePkgLists
@@ -105,5 +105,10 @@ Include = /etc/pacman.d/mirrorlist
105105
SigLevel = Optional TrustedOnly
106106
Server = https://arch-linux-gui.github.io/$repo/$arch
107107

108-
#[chaotic-aur]
109-
#Include = /etc/pacman.d/chaotic-mirrorlist
108+
[alg-settings]
109+
SigLevel = Optional TrustedOnly
110+
Server = https://arch-linux-gui.github.io/$repo/$arch
111+
112+
[chaotic-aur]
113+
Include = /etc/pacman.d/chaotic-mirrorlist
114+

0 commit comments

Comments
 (0)