Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,8 +18,10 @@
abbreviateCommands = true
[fetch]
prune = true
[init]
defaultBranch = main
[commit]
; gpgsign = true
[gpg]
; format = ssh
[ghq]
root = ~/src
[alias]
Expand Down Expand Up @@ -71,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 .
2 changes: 0 additions & 2 deletions variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down