Initial dotfiles — tmux nord, shell aliases, gitconfig
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
[user]
|
||||
name = i47i
|
||||
email = i47i@i47i.tk
|
||||
|
||||
[alias]
|
||||
st = status -sb
|
||||
co = checkout
|
||||
br = branch
|
||||
ci = commit
|
||||
lg = log --oneline --graph --decorate -20
|
||||
last = log -1 HEAD --stat
|
||||
unstage = reset HEAD --
|
||||
|
||||
[core]
|
||||
editor = vim
|
||||
pager = less -FRX
|
||||
|
||||
[color]
|
||||
ui = auto
|
||||
|
||||
[pull]
|
||||
rebase = true
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
Reference in New Issue
Block a user