Compare commits

..

No commits in common. "e4f8369d9388318f9d75bdd1d993af81ee324571" and "2ecf130cf4fe418f4c48116b69b6a942ddba4c9b" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -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 "phga@posteo.de" sudo -u $uname git config --global user.email "philipg@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

View File

@ -21,7 +21,6 @@ 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
@ -61,7 +60,6 @@ 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

1 # First column: A = All, L = Laptop, D = Desktop
21 A,P,expac,Pacman Database Extraction Tool (Get Install-Date)
22 A,P,qt5ct,Tool to change themes for qt apps
23 A,P,papirus-icon-theme,icons # libraries
# libraries
24 # A,M,pyorgmode,lib to create and modify orgmode files used in quteb script
25 # Driver related stuff
26 A,P,linux-zen-headers,linux kernel headers
60 # A,M,dmenu,Generic menu for X # Terminal Emulator
61 # Terminal Emulator A,M,st,Terminal Emulator compiled manually from dotfiles repo
62 A,M,st,Terminal Emulator compiled manually from dotfiles repo # Window Management and eyecandy
# Window Management and eyecandy
63 # New bspwm setup
64 A,P,bspwm,windowmanagement
65 A,P,sxhkd,Keyboard shortcuts