added githelper and auto conf git
This commit is contained in:
parent
9e68b6ec36
commit
1c292799b0
8
fresh.sh
8
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
|
||||
|
2
pack.csv
2
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
|
||||
|
|
Loading…
x
Reference in New Issue
Block a user