Compare commits
2 Commits
2ecf130cf4
...
e4f8369d93
Author | SHA1 | Date | |
---|---|---|---|
e4f8369d93 | |||
![]() |
9ae192f7a9 |
4
fresh.sh
4
fresh.sh
@ -192,7 +192,7 @@ com() {
|
|||||||
add_after() {
|
add_after() {
|
||||||
# Example:
|
# Example:
|
||||||
# add_after "Color" "ILoveCandy" "$HOME/test/pacman.conf"
|
# add_after "Color" "ILoveCandy" "$HOME/test/pacman.conf"
|
||||||
sed -i '/$2/d'
|
sed -i '/'"$2"'/d'
|
||||||
sed -i '/'"$1"'/a '"$2"'' $3
|
sed -i '/'"$1"'/a '"$2"'' $3
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -223,7 +223,7 @@ set_pacman_config() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
set_git_config() {
|
set_git_config() {
|
||||||
sudo -u $uname git config --global user.email "philipg@posteo.de"
|
sudo -u $uname git config --global user.email "phga@posteo.de"
|
||||||
sudo -u $uname git config --global user.name "qhga"
|
sudo -u $uname git config --global user.name "qhga"
|
||||||
sudo -u $uname git config --global credential.useHttpPath true
|
sudo -u $uname git config --global credential.useHttpPath true
|
||||||
# gpg --list-keys --keyid-format=long
|
# gpg --list-keys --keyid-format=long
|
||||||
|
2
pack.csv
2
pack.csv
@ -21,6 +21,7 @@ A,P,yubico-pam,Authentication with yubikeys
|
|||||||
D,P,nvidia-dkms,Graphics driver
|
D,P,nvidia-dkms,Graphics driver
|
||||||
A,P,expac,Pacman Database Extraction Tool (Get Install-Date)
|
A,P,expac,Pacman Database Extraction Tool (Get Install-Date)
|
||||||
A,P,qt5ct,Tool to change themes for qt apps
|
A,P,qt5ct,Tool to change themes for qt apps
|
||||||
|
A,P,papirus-icon-theme,icons
|
||||||
|
|
||||||
# libraries
|
# libraries
|
||||||
# A,M,pyorgmode,lib to create and modify orgmode files used in quteb script
|
# A,M,pyorgmode,lib to create and modify orgmode files used in quteb script
|
||||||
@ -60,6 +61,7 @@ A,P,xorg,The whole xorg group
|
|||||||
A,P,xorg-xinit,X.Org initialisation program
|
A,P,xorg-xinit,X.Org initialisation program
|
||||||
A,P,xcape,Configure modifier keys to act as other keys when pressed and released on their own
|
A,P,xcape,Configure modifier keys to act as other keys when pressed and released on their own
|
||||||
A,P,feh,Image toolbelt
|
A,P,feh,Image toolbelt
|
||||||
|
A,P,nomacs,Image Viewer
|
||||||
A,P,rofi,Application launcher
|
A,P,rofi,Application launcher
|
||||||
A,P,xsecurelock,Lockscreen
|
A,P,xsecurelock,Lockscreen
|
||||||
A,P,xclip,clipboard
|
A,P,xclip,clipboard
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user