diff --git a/fresh.sh b/fresh.sh index 79210e0..16f4997 100755 --- a/fresh.sh +++ b/fresh.sh @@ -204,6 +204,13 @@ set_pacman_config() { 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() { # locale gen echo "Enter system stuff\n\n" >> $logfile @@ -214,6 +221,7 @@ set_system_stuff() { set_pacman_config add_pacman_hooks add_xorg_conf + set_git_config echo "Leave system stuff\n\n" >> $logfile } # ACTUAL ROUTINE diff --git a/pack.csv b/pack.csv index 81d153f..5c8a2a0 100644 --- a/pack.csv +++ b/pack.csv @@ -82,6 +82,8 @@ A,P,htop,Interactive process viewer A,P,alsa-plugins,Extra alsa plugins A,P,alsa-utils,An alternative implementation of Linux sound support 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,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