Add jj config

This commit is contained in:
Max Bucknell 2025-04-05 14:43:52 -07:00
parent 00e29c5c10
commit 4060b9cf1c
No known key found for this signature in database
3 changed files with 2917 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -73,6 +73,10 @@ set -gx GIT_COMMITTER_EMAIL "$GIT_AUTHOR_EMAIL"
set -g __fish_git_prompt_show_informative_status true set -g __fish_git_prompt_show_informative_status true
set -g __fish_git_prompt_showdirtystate true set -g __fish_git_prompt_showdirtystate true
# JJ
set -gx JJ_CONFIG "$HOME/.config/jj/config.toml"
# Vim aliases # Vim aliases
set -gx EDITOR "vim" set -gx EDITOR "vim"
alias vi vim alias vi vim

View file

@ -0,0 +1,5 @@
"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"
[user]
name = "Max Bucknell"
email = "me@maxbucknell.com"