feat(jj): add configuration for jj

This commit is contained in:
Stefan Imhoff
2025-05-03 17:52:13 +02:00
parent a128dfa7c8
commit 0b9840639a
4 changed files with 8 additions and 1 deletions

View File

@@ -53,6 +53,9 @@ set -x XDG_CONFIG_HOME $HOME/.config
set -x XDG_DATA_HOME $HOME/.local/share set -x XDG_DATA_HOME $HOME/.local/share
set -x XDG_STATE_HOME $HOME/.local/state set -x XDG_STATE_HOME $HOME/.local/state
# jj
set -x JJ_CONFIG_DIR $HOME/.config/jj
# GPG # GPG
set -gx GPG_TTY (tty) set -gx GPG_TTY (tty)

View File

@@ -32,6 +32,7 @@
~/.gitmux.conf: gitmux.conf ~/.gitmux.conf: gitmux.conf
~/.gnupg/dirmngr.conf: gnupg/dirmngr.conf ~/.gnupg/dirmngr.conf: gnupg/dirmngr.conf
~/.gnupg/gpg.conf: gnupg/gpg.conf ~/.gnupg/gpg.conf: gnupg/gpg.conf
~/.jjconfig.toml: jjconfig.toml
~/.markdownlint.yaml: markdownlint.yaml ~/.markdownlint.yaml: markdownlint.yaml
~/.profile: profile ~/.profile: profile
~/.session-variables.sh: session-variables.sh ~/.session-variables.sh: session-variables.sh

3
jjconfig.toml Normal file
View File

@@ -0,0 +1,3 @@
[user]
name = "Stefan Imhoff"
email = "gpg@kogakure.8shield.net"

View File

@@ -1,7 +1,7 @@
deno 2.0.0 deno 2.0.0
python 3.10.9 python 3.10.9
lua 5.4.6 lua 5.4.6
rust 1.80.0 rust 1.86.0
ruby 3.3.4 ruby 3.3.4
golang 1.22.5 golang 1.22.5
nodejs 20.11.1 nodejs 20.11.1