Latest
This commit is contained in:
parent
20ab672ab7
commit
a716e08ee4
3 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue