diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6bd4aedc..ef42c663 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - name: 🍎 Install macOS tools via Homebrew if: ${{ matrix.os == 'macOS-14' }} - run: brew install 5ouma/formula/mksei 5ouma/formula/mli blacktop/tap/lporg zackelia/formulae/bclm + run: brew install 5ouma/formula/mksei 5ouma/formula/mli blacktop/tap/lporg lslqtz/formulae/bclm_loop - name: ⚙️ Run setup env: diff --git a/config/vim/.config/vim/plugins.vim b/config/vim/.config/vim/plugins.vim index c2ed5f89..3afd229f 100644 --- a/config/vim/.config/vim/plugins.vim +++ b/config/vim/.config/vim/plugins.vim @@ -30,7 +30,7 @@ Jetpack 'tani/vim-jetpack' Jetpack 'tpope/vim-commentary' Jetpack 'tpope/vim-fugitive' Jetpack 'tpope/vim-surround' -Jetpack 'vim-autoformat/vim-autoformat' +" Jetpack 'vim-autoformat/vim-autoformat' Jetpack 'vim-scripts/vim-auto-save' Jetpack 'vimpostor/vim-lumen' silent! call jetpack#end() diff --git a/config/zsh/.config/zsh/.zprofile b/config/zsh/.config/zsh/.zprofile index dfc5fd06..8cfb715d 100644 --- a/config/zsh/.config/zsh/.zprofile +++ b/config/zsh/.config/zsh/.zprofile @@ -1,5 +1,5 @@ # Q pre block. Keep at the top of this file. -[[ -f "${HOME}/Library/Application Support/amazon-q/shell/zprofile.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zprofile.pre.zsh" +# [[ -f "${HOME}/Library/Application Support/amazon-q/shell/zprofile.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zprofile.pre.zsh" # 1Password export PATH="/Applications/1Password.app/Contents/MacOS:$PATH" @@ -34,4 +34,4 @@ export LESSHISTFILE="$XDG_DATA_HOME/less/history" mkdir -p "$(dirname "$LESSHISTFILE")" # Q post block. Keep at the bottom of this file. -[[ -f "${HOME}/Library/Application Support/amazon-q/shell/zprofile.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zprofile.post.zsh" +# [[ -f "${HOME}/Library/Application Support/amazon-q/shell/zprofile.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zprofile.post.zsh" diff --git a/config/zsh/.config/zsh/.zshrc b/config/zsh/.config/zsh/.zshrc index 8d16ed75..0fe9d21d 100644 --- a/config/zsh/.config/zsh/.zshrc +++ b/config/zsh/.config/zsh/.zshrc @@ -1,5 +1,5 @@ # Q pre block. Keep at the top of this file. -[[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh" +# [[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh" declare files=('tools' 'opt' 'alias') for file in "${files[@]}"; do @@ -8,4 +8,4 @@ done unset file files # Q post block. Keep at the bottom of this file. -[[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh" || : +# [[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh" || : diff --git a/data/Brewfile b/data/Brewfile index f70ba363..64157198 100644 --- a/data/Brewfile +++ b/data/Brewfile @@ -5,9 +5,9 @@ tap "5ouma/formula" tap "blacktop/tap" tap "homebrew/bundle" tap "homebrew/services" +tap "lslqtz/formulae" tap "pomdtr/tap" tap "suzuki-shunsuke/pinact" -tap "zackelia/formulae" brew "actionlint" brew "atuin" brew "bat" @@ -56,9 +56,9 @@ brew "5ouma/formula/gh-dash" brew "5ouma/formula/mksei" brew "5ouma/formula/mli" brew "blacktop/tap/lporg" +brew "lslqtz/formulae/bclm_loop" brew "pomdtr/tap/tweety" brew "suzuki-shunsuke/pinact/pinact" -brew "zackelia/formulae/bclm" cask "1password" cask "1password-cli" cask "alt-tab" diff --git a/data/login_items.json b/data/login_items.json index 8698d5c1..7491ce14 100644 --- a/data/login_items.json +++ b/data/login_items.json @@ -19,6 +19,11 @@ "Path": "/Applications/Email.app", "Hidden": false }, + { + "Name": "FigmaAgent", + "Path": "/Users/5ouma/Library/Application Support/Figma/FigmaAgent.app", + "Hidden": false + }, { "Name": "Fuwari", "Path": "/Applications/Fuwari.app", diff --git a/data/lporg.yml b/data/lporg.yml index 2d584d66..c047ebdb 100644 --- a/data/lporg.yml +++ b/data/lporg.yml @@ -126,6 +126,7 @@ apps: - Screenshot - Bluetooth File Exchange - Audio MIDI Setup + - Feedback Assistant - Screen Sharing - Print Center widgets: diff --git a/setup b/setup index 800ea45d..067655e2 100755 --- a/setup +++ b/setup @@ -281,7 +281,7 @@ EOM #==================================================[ Apps ]==================================================# installApps() { - (! isDarwin) && export HOMEBREW_BUNDLE_BREW_SKIP='newrelic-infra-agent 5ouma/formula/mksei 5ouma/formula/mli blacktop/tap/lporg zackelia/formulae/bclm' + (! isDarwin) && export HOMEBREW_BUNDLE_BREW_SKIP='newrelic-infra-agent 5ouma/formula/mksei 5ouma/formula/mli blacktop/tap/lporg lslqtz/formulae/bclm_loop' (gum run "Satisfying Brewfile's dependencies..." -- brew bundle check --file="$data/Brewfile") && skip brew update && brew bundle install --no-lock --file="$data/Brewfile" if (isDarwin); then @@ -320,9 +320,7 @@ restoreLoginItems() { } && run 'restoreLoginItems' '## 📑 Restore Login Items' true limitBatteryCharge() { - [[ "$(bclm read)" == 80 || $(bclm read) =~ 'driverNotFound' ]] && skip - sudo bclm write 80 - sudo bclm persist + sudo bclm_loop persist } && run 'limitBatteryCharge' '## 🔋 Limit battery charge' true generateGitHooks() {