mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(jj): add configuration for jj
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -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
3
jjconfig.toml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[user]
|
||||||
|
name = "Stefan Imhoff"
|
||||||
|
email = "gpg@kogakure.8shield.net"
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user