mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update vim, git, tmux, migrate to light theme
This commit is contained in:
parent
72c267b784
commit
04331d3e94
16 changed files with 181 additions and 229 deletions
12
gitconfig
12
gitconfig
|
|
@ -2,10 +2,16 @@
|
|||
name = Smirnov Alexander
|
||||
email = ss2316544@gmail.com
|
||||
|
||||
[github]
|
||||
name = Smirnov-O
|
||||
|
||||
[core]
|
||||
editor = nvim
|
||||
|
||||
[alias]
|
||||
ada = add -A
|
||||
cmm = commit -m
|
||||
br = branch
|
||||
ad = add -A
|
||||
cm = commit -m
|
||||
br = branch
|
||||
df = diff
|
||||
dh = diff HEAD
|
||||
l = log --oneline --decorate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue