added githelper and auto conf git

master
Toerd@iArch 6 years ago
parent 9e68b6ec36
commit 1c292799b0

@ -204,6 +204,13 @@ set_pacman_config() {
add_after "VerbosePkgLists" "ILoveCandy" $pconf >> $logfile add_after "VerbosePkgLists" "ILoveCandy" $pconf >> $logfile
} }
set_git_config() {
git config --global user.email=philip.gaber@gmail.com
git config --global user.name=Toerd@$(hostname)
git config credential.useHttpPath true
git config --global credential.helper /usr/bin/pass-git-helper
}
set_system_stuff() { set_system_stuff() {
# locale gen # locale gen
echo "Enter system stuff\n\n" >> $logfile echo "Enter system stuff\n\n" >> $logfile
@ -214,6 +221,7 @@ set_system_stuff() {
set_pacman_config set_pacman_config
add_pacman_hooks add_pacman_hooks
add_xorg_conf add_xorg_conf
set_git_config
echo "Leave system stuff\n\n" >> $logfile echo "Leave system stuff\n\n" >> $logfile
} }
# ACTUAL ROUTINE # ACTUAL ROUTINE

@ -82,6 +82,8 @@ A,P,htop,Interactive process viewer
A,P,alsa-plugins,Extra alsa plugins A,P,alsa-plugins,Extra alsa plugins
A,P,alsa-utils,An alternative implementation of Linux sound support A,P,alsa-utils,An alternative implementation of Linux sound support
A,P,pass,Stores retrieves generates and synchronizes passwords securely A,P,pass,Stores retrieves generates and synchronizes passwords securely
A,A,pass-git-helper,git password helper
A,P,python-tldextract,lib for qute-pass
A,P,zip,Compressor/archiver for creating and modifying zipfiles A,P,zip,Compressor/archiver for creating and modifying zipfiles
A,P,p7zip,Command-line file archiver with high compression ratio A,P,p7zip,Command-line file archiver with high compression ratio
A,P,ripgrep,A search tool that combines the usability of ag with the raw speed of grep A,P,ripgrep,A search tool that combines the usability of ag with the raw speed of grep

1 # First column: A = All, L = Laptop, D = Desktop
82 # moved this here because it conflicts with x server todo add group memberships and udev rules (good2know) A,P,llvm-libs,LLVM runtime libraries
83 L,A,acpilight,A backward-compatibile xbacklight replacement based on ACPI A,P,llvm,Collection of modular and reusable compiler and toolchain technologies
84 # moved this here because it conflicts with x server todo add group memberships and udev rules (good2know)
85 L,A,acpilight,A backward-compatibile xbacklight replacement based on ACPI
86
87
88
89
Loading…
Cancel
Save