Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhizhen committed Jul 25, 2024
1 parent 399064a commit 85750b4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
required = true
process = git-lfs filter-process
process = git-lfs filter-process
[user]
name = Zhizhen He
name = Zhizhen He
email = hezhizhen.yi@gmail.com
[push]
default = matching
Expand All @@ -13,21 +13,21 @@
[credential]
helper = store
[core]
pager = diff-so-fancy | less --tabs=4 -RFX
pager = diff-so-fancy | less --tabs=4 -RFX
excludesfile = /Users/hezhizhen/.gitignore
[color]
ui = true
[color "diff-highlight"]
oldNormal = red bold
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
meta = yellow
frag = magenta bold
commit = yellow bold
old = red bold
new = green bold
meta = yellow
frag = magenta bold
commit = yellow bold
old = red bold
new = green bold
whitespace = red reverse
[merge]
tool = gvimdiff
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,17 @@ git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d

These screenshots are stored in the [first issue][4] of this repository.

### desktop

![desktop](https://github.com/user-attachments/assets/c6ac8278-5ec3-4a87-a0e0-d3bfc5ca8639)

### vim

![vim](https://user-images.githubusercontent.com/7611700/102567433-77384c00-411c-11eb-81d1-81f1c98a5915.png)

### fish

![](https://user-images.githubusercontent.com/7611700/185289386-089984a2-798d-4347-af97-217b5760da7c.png)
![fish](https://user-images.githubusercontent.com/7611700/185289386-089984a2-798d-4347-af97-217b5760da7c.png)

- [starship][3]

Expand Down

0 comments on commit 85750b4

Please sign in to comment.