From 752336a26025ffb8547d82ed1db18c29dea04eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 23:22:38 +0000 Subject: [PATCH 1/3] [Submodule Update]: Bump submodules/dotfiles from `8c73b8f` to `57e8294` Bumps [submodules/dotfiles](https://github.com/StrangeRanger/dotfiles) from `8c73b8f` to `57e8294`. - [Commits](https://github.com/StrangeRanger/dotfiles/compare/8c73b8f385f69f1327dd6e0e74cadf7a708b3dd3...57e829405cd9f25916523605f625a4c210230873) --- updated-dependencies: - dependency-name: submodules/dotfiles dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- submodules/dotfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/dotfiles b/submodules/dotfiles index 8c73b8f..57e8294 160000 --- a/submodules/dotfiles +++ b/submodules/dotfiles @@ -1 +1 @@ -Subproject commit 8c73b8f385f69f1327dd6e0e74cadf7a708b3dd3 +Subproject commit 57e829405cd9f25916523605f625a4c210230873 From bb3dde2017c00a37d755245e69e724bfdc5530ca Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Fri, 20 Dec 2024 23:22:52 +0000 Subject: [PATCH 2/3] Update files based on submodule changes --- includes/zshrc-files/zshrc-linux-snippet.zsh | 1 + includes/zshrc-files/zshrc-linux.zsh | 1 + includes/zshrc-files/zshrc-macos-snippet.zsh | 3 +++ includes/zshrc-files/zshrc-macos.zsh | 3 +++ 4 files changed, 8 insertions(+) diff --git a/includes/zshrc-files/zshrc-linux-snippet.zsh b/includes/zshrc-files/zshrc-linux-snippet.zsh index 622dbc2..648b038 100644 --- a/includes/zshrc-files/zshrc-linux-snippet.zsh +++ b/includes/zshrc-files/zshrc-linux-snippet.zsh @@ -10,6 +10,7 @@ alias zls="eza" alias formatc="find . -name '*.cs' -type f -exec clang-format --style='file:$HOME/Programs/Mine/Formatter Configs/CSharp_clang-format/_clang-format' -i {} +" alias update-grub-config="sudo grub-mkconfig -o /boot/grub/grub.cfg" +alias deletelocalbranches="git branch | grep -v 'main' | xargs git branch -D" hash xdg-open 2>/dev/null && alias open="xdg-open" ## Update based aliases. diff --git a/includes/zshrc-files/zshrc-linux.zsh b/includes/zshrc-files/zshrc-linux.zsh index f4cc385..08ecd0b 100644 --- a/includes/zshrc-files/zshrc-linux.zsh +++ b/includes/zshrc-files/zshrc-linux.zsh @@ -75,6 +75,7 @@ source "$ZSH/oh-my-zsh.sh" alias zls="eza" alias formatc="find . -name '*.cs' -type f -exec clang-format --style='file:$HOME/Programs/Mine/Formatter Configs/CSharp_clang-format/_clang-format' -i {} +" alias update-grub-config="sudo grub-mkconfig -o /boot/grub/grub.cfg" +alias deletelocalbranches="git branch | grep -v 'main' | xargs git branch -D" hash xdg-open 2>/dev/null && alias open="xdg-open" ## Update based aliases. diff --git a/includes/zshrc-files/zshrc-macos-snippet.zsh b/includes/zshrc-files/zshrc-macos-snippet.zsh index 649a2e8..d1286db 100644 --- a/includes/zshrc-files/zshrc-macos-snippet.zsh +++ b/includes/zshrc-files/zshrc-macos-snippet.zsh @@ -13,6 +13,9 @@ alias zls="eza" alias rmdsstore="find . -name '*.DS_Store' -type f -delete" alias code="open -a 'Visual Studio Code.app' ." alias formatc="find . -name '*.cs' -type f -exec clang-format --style='file:$HOME/Programs/Mine/Formatter Configs/CSharp_clang-format/_clang-format' -i {} +" +alias deletelocalbranches="git branch | grep -v 'main' | xargs git branch -D" + +## Update based aliases. alias updatebrew="brew update && brew upgrade && brew autoremove && brew cleanup && brew doctor" ### diff --git a/includes/zshrc-files/zshrc-macos.zsh b/includes/zshrc-files/zshrc-macos.zsh index c75e791..4ad2c19 100644 --- a/includes/zshrc-files/zshrc-macos.zsh +++ b/includes/zshrc-files/zshrc-macos.zsh @@ -78,6 +78,9 @@ alias zls="eza" alias rmdsstore="find . -name '*.DS_Store' -type f -delete" alias code="open -a 'Visual Studio Code.app' ." alias formatc="find . -name '*.cs' -type f -exec clang-format --style='file:$HOME/Programs/Mine/Formatter Configs/CSharp_clang-format/_clang-format' -i {} +" +alias deletelocalbranches="git branch | grep -v 'main' | xargs git branch -D" + +## Update based aliases. alias updatebrew="brew update && brew upgrade && brew autoremove && brew cleanup && brew doctor" ### From 22d571a8a35fcf912fb4f7267a79b5f57758355c Mon Sep 17 00:00:00 2001 From: "Hunter T." Date: Fri, 20 Dec 2024 15:27:16 -0800 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0073a9f..2375ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,9 @@ Entries under the **Removed** section indicate items removed from the entire doc ### Added -- added(aliases): add `update-grub-config` to `updatepacman` alias +- added(zshrc): seperate update based variables +- added(alias): add new alias `deletelocalbranches` +- added(alias): add `update-grub-config` to `updatepacman` alias ## 2024-12-02