From 2051945a4cd710661ce4af37912ef7ecdc79bd77 Mon Sep 17 00:00:00 2001 From: Toshimaru Date: Tue, 27 Jan 2026 00:03:28 +0900 Subject: [PATCH 1/3] chore: add gpgsign cinnut setting --- .gitconfig | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 60a61a4..43ff77b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,9 @@ [user] name = toshimaru email = me@toshimaru.net + ; signingkey = /path/to/git_signing_key +[init] + defaultBranch = main [core] autocrlf = input editor = vim @@ -15,8 +18,10 @@ abbreviateCommands = true [fetch] prune = true -[init] - defaultBranch = main +[commit] + ; gpgsign = true +[gpg] + ; format = ssh [ghq] root = ~/src [alias] From 51f1ed5314c5c7228220f8a62acedd844f1eb80e Mon Sep 17 00:00:00 2001 From: Toshimaru Date: Tue, 27 Jan 2026 00:10:01 +0900 Subject: [PATCH 2/3] feat: Add `git tigg` command --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 43ff77b..ccd84f4 100644 --- a/.gitconfig +++ b/.gitconfig @@ -76,5 +76,7 @@ list-pr = !gh pr list list-issue = !gh issue list list-myissue = !gh issue list --assignee @me + # require fzf + tig = "!git log --oneline --color=always | fzf --ansi --reverse --prompt 'Select a commit ' --preview 'git show --stat --patch --color=always {1}' | awk '{print $1}' | xargs git show" # require GitHub Desktop App (https://desktop.github.com/) app = !github . From 969044bf9c1ecdcd0a0e0f5be6fb2a1ab8ebd699 Mon Sep 17 00:00:00 2001 From: Toshimaru Date: Sun, 8 Feb 2026 09:53:05 +0900 Subject: [PATCH 3/3] chore: Remove github.copilot, robert.ruby-snippet --- variables.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/variables.yml b/variables.yml index 98b1a78..a19cf8d 100644 --- a/variables.yml +++ b/variables.yml @@ -92,7 +92,6 @@ vscode_package_names: - denoland.vscode-deno - docker.docker - github.codespaces - - github.copilot - github.copilot-chat - github.vscode-github-actions - github.vscode-pull-request-github @@ -118,7 +117,6 @@ vscode_package_names: - wraith13.open-in-github-desktop - yzhang.markdown-all-in-one - ziyasal.vscode-open-in-github - # - robert.ruby-snippet # - sensourceinc.vscode-sql-beautify mise_tool_names: