chore(git): replace lazygit with gitui, reorganise

Amolith created

Change summary

dot_config/git/config.tmpl    | 29 +++++++++++++++--------------
dot_config/lazygit/config.yml |  6 ------
2 files changed, 15 insertions(+), 20 deletions(-)

Detailed changes

dot_config/git/config.tmpl 🔗

@@ -1,27 +1,28 @@
 [init]
 	defaultBranch = main
 [alias]
-	fp = push --force-with-lease
 	l = log
-	d = diff
-	s = show
-	m = !meteor
-	me = merge
-	dl = -c diff.external=difft log -p --ext-diff
-	ds = -c diff.external=difft show --ext-diff
-	df = -c diff.external=difft diff
+	wt = worktree
+	br = branch
+	fp = push --force-with-lease
 	patch = push rad HEAD:refs/patches
-	lazy = !lazygit
-	us = 'reset HEAD --'
-	sg = stage
 	ci = commit
 	co = checkout
-	wt = worktree
 	rb = rebase
-	br = branch
-	st = status
+	rp = request-pull
 	ps = push
 	pl = pull
+	us = 'reset HEAD --'
+	ui = !gitui
+	m = !meteor
+	me = merge
+	s = show
+	st = status
+	sg = stage
+	d = diff
+	dl = -c diff.external=difft log -p --ext-diff
+	ds = -c diff.external=difft show --ext-diff
+	df = -c diff.external=difft diff
 	bugs = bug bug
 	bugs-create = bug bug new
 	bugs-push = !fish -c 'git-bug-push'