Add jj config

Changed files
+9
+1
deploy.sh
···
cp bash_aliases ~/.bash_aliases
cp emacs.el ~/.emacs.el
cp bashrc ~/.bashrc
+
cp jj_config.toml ~/.config/jj/config.toml
+8
jj_config.toml
···
+
"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"
+
+
[user]
+
name = "Dan Rubery"
+
email = "daniel.j.rubery@gmail.com"
+
+
[aliases]
+
tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"]