Felix Delattre
2359ed01a8
Update .config/helix/config.toml Update .config/helix/languages.toml Update .config/i3/bin/brightness.sh Update .config/i3/bin/exit.sh Update .config/i3/bin/i3.config.keycodes Update .config/i3/bin/i3blocks-battery Update .config/i3/bin/lock.sh Update .config/i3/bin/monitor.sh Update .config/i3/bin/toggletouchpad.sh Update .config/i3/config Update .config/i3/i3blocks.conf Update .config/i3/i3status.conf Update .config/lvim/config.lua Update .config/spacebar/spacebarrc Update .config/sway/bin/brightness.sh Update .config/sway/bin/i3blocks-battery Update .config/sway/bin/toggletouchpad.sh Update .config/sway/blocks.conf Update .config/sway/config Update .config/sway/wallpaper.jpg Update .gitconfig Update .oh-my-zsh/custom/aliases.zsh Update .oh-my-zsh/custom/linux.zsh Update .oh-my-zsh/custom/mac.zsh Update .oh-my-zsh/custom/prompt.zsh Update .skhdrc Update .tmux.conf Update .vimrc Update .zshrc Update backup.sh Update .yabairc
50 lines
1.5 KiB
Text
Executable file
50 lines
1.5 KiB
Text
Executable file
[core]
|
|
editor = vi
|
|
excludesfile = ./.gitignore_global
|
|
[include]
|
|
path = .gituser # Store personal data in external file
|
|
[alias]
|
|
b = branch
|
|
c = checkout
|
|
d = diff
|
|
co = commit
|
|
l = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)'
|
|
ll = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset) %C(bold cyan)(committed: %cD)%C(reset) %C(auto)%d%C(reset)%n'' %C(white)%s%C(reset)%n'' %C(dim white)- %an <%ae> %C(reset) %C(dim white)(committer: %cn <%ce>)%C(reset)'
|
|
ls = ls-files
|
|
pl = pull
|
|
ps = push
|
|
r = rebase
|
|
s = status
|
|
sa = stash apply
|
|
sc = stash clear
|
|
st = stash
|
|
w = whatchanged -p
|
|
wo = whatchanged -p origin..
|
|
ign = ls-files -o -i --exclude-standard
|
|
track = branch --set-upstream
|
|
undo = reset --soft HEAD^
|
|
unstage = reset HEAD --
|
|
[color]
|
|
branch = auto
|
|
diff = auto
|
|
status = auto
|
|
ui = auto
|
|
[color "branch"]
|
|
current = yellow reverse
|
|
local = yellow
|
|
remote = green
|
|
[color "diff"]
|
|
meta = yellow bold
|
|
frag = magenta bold
|
|
old = red bold
|
|
new = green bold
|
|
[color "status"]
|
|
added = yellow
|
|
changed = green
|
|
untracked = cyan
|
|
[push]
|
|
default = simple
|
|
autoSetupRemote = true
|
|
[pull]
|
|
rebase = true
|
|
|