This commit is contained in:
Brian Zalewski 2023-12-05 06:16:18 +00:00
parent 20ab672ab7
commit a716e08ee4
3 changed files with 6 additions and 3 deletions

View file

@ -454,7 +454,9 @@ ensureHomebrewDeps() {
# @description Ensure the `${XDG_DATA_HOME:-$HOME/.local/share}/chezmoi` directory is cloned and up-to-date using the previously
# set `START_REPO` as the source repository.
cloneChezmoiSourceRepo() {
logg info 'Setting git http.postBuffer value high for large source repository' && git config --global http.postBuffer 524288000
if ! git config --get --global http.postBuffer > /dev/null; then
logg info 'Setting git http.postBuffer value high for large source repository' && git config --global http.postBuffer 524288000
fi
if [ -d "${XDG_DATA_HOME:-$HOME/.local/share}/chezmoi/.git" ]; then
logg info "Changing directory to ${XDG_DATA_HOME:-$HOME/.local/share}/chezmoi" && cd "${XDG_DATA_HOME:-$HOME/.local/share}/chezmoi"
logg info "Pulling the latest changes in ${XDG_DATA_HOME:-$HOME/.local/share}/chezmoi" && git pull origin master

View file

@ -264,7 +264,9 @@ ensureHomebrewDeps() {
# @description Ensure the `${XDG_DATA_HOME:-$HOME/.local/share}/chezmoi` directory is cloned and up-to-date using the previously
# set `START_REPO` as the source repository.
cloneChezmoiSourceRepo() {
logg info 'Setting git http.postBuffer value high for large source repository' && git config --global http.postBuffer 524288000
if ! git config --get --global http.postBuffer > /dev/null; then
logg info 'Setting git http.postBuffer value high for large source repository' && git config --global http.postBuffer 524288000
fi
if [ -d "${XDG_DATA_HOME:-$HOME/.local/share}/chezmoi/.git" ]; then
logg info "Changing directory to ${XDG_DATA_HOME:-$HOME/.local/share}/chezmoi" && cd "${XDG_DATA_HOME:-$HOME/.local/share}/chezmoi"
logg info "Pulling the latest changes in ${XDG_DATA_HOME:-$HOME/.local/share}/chezmoi" && git pull origin master

View file

@ -6176,7 +6176,6 @@ softwarePackages:
_docs: null
_github: https://github.com/th-ch/youtube-music
_home: https://th-ch.github.io/youtube-music/
_app: YouTube Music.app
_todo: Might have to add _post cask xattr -cr /Applications/YouTube\ Music.app to fix permissions
_app: YouTube Music.app
appimage: th-ch/youtube-music