git: add interactive rebase tool
This commit is contained in:
parent
9f899167a7
commit
da2588ac6c
@ -5,6 +5,8 @@
|
|||||||
autocrlf = input
|
autocrlf = input
|
||||||
editor = nvim
|
editor = nvim
|
||||||
pager = diff-so-fancy | less --tabs=4 -RFX
|
pager = diff-so-fancy | less --tabs=4 -RFX
|
||||||
|
[sequence]
|
||||||
|
editor = interactive-rebase-tool
|
||||||
[alias]
|
[alias]
|
||||||
aliases = config --get-regexp alias
|
aliases = config --get-regexp alias
|
||||||
branchsort = branch --sort='-committerdate' --format='%(HEAD) %(color:blue)%(committerdate:short)%(color:reset) - %(if)%(worktreepath)%(then)%(color:reverse yellow)%(refname:short)%(color:reset)%(else)%(color:yellow)%(refname:short)%(color:reset)%(end)'
|
branchsort = branch --sort='-committerdate' --format='%(HEAD) %(color:blue)%(committerdate:short)%(color:reset) - %(if)%(worktreepath)%(then)%(color:reverse yellow)%(refname:short)%(color:reset)%(else)%(color:yellow)%(refname:short)%(color:reset)%(end)'
|
||||||
|
@ -11,6 +11,8 @@ brew install \
|
|||||||
fd \
|
fd \
|
||||||
fish \
|
fish \
|
||||||
fzf \
|
fzf \
|
||||||
|
git \
|
||||||
|
interactive-rebase-tool \
|
||||||
neovim \
|
neovim \
|
||||||
ripgrep \
|
ripgrep \
|
||||||
tree
|
tree
|
||||||
|
@ -7,7 +7,9 @@ NIX_ENV="$HOME/.nix-profile/bin/nix-env"
|
|||||||
if [ -x "$NIX_ENV" ]; then
|
if [ -x "$NIX_ENV" ]; then
|
||||||
"$NIX_ENV" -iA \
|
"$NIX_ENV" -iA \
|
||||||
nixpkgs.bat \
|
nixpkgs.bat \
|
||||||
|
nixpkgs.gitMinimal \
|
||||||
nixpkgs.gitAndTools.diff-so-fancy \
|
nixpkgs.gitAndTools.diff-so-fancy \
|
||||||
|
nixpkgs.gitAndTools.git-interactive-rebase-tool \
|
||||||
nixpkgs.fd \
|
nixpkgs.fd \
|
||||||
nixpkgs.fish \
|
nixpkgs.fish \
|
||||||
nixpkgs.fzf \
|
nixpkgs.fzf \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user