File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ work
2+ out
3+ setup-git.sh
Original file line number Diff line number Diff 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]
105109Include = /etc/pacman.d/chaotic-mirrorlist
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
910echo " Checking for newer files online first"
11+ tput sgr0
1012git pull
1113
14+
1215# Below command will backup everything inside the project folder
1316git 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
2023read input
2124
@@ -27,7 +30,6 @@ git commit -m "$input"
2730
2831git 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
Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ neofetch
123123firefox
124124
125125#Software Center
126- discover
127- packagekit-qt5
126+ pamac-aur
127+ archlinux-appstream-data-pamac
128128
129129#Installer
130130grub
@@ -135,7 +135,8 @@ os-prober
135135#Icons
136136tela-circle-icon
137137mcmojave-cursors
138+ alg-plasma-settings
138139
139- #chaotic
140+ #chaotic aur
140141chaotic-keyring
141142chaotic-mirrorlist
Original file line number Diff line number Diff 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
105105SigLevel = Optional TrustedOnly
106106Server = 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+
You can’t perform that action at this time.
0 commit comments