Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
creasty committed Oct 11, 2023
1 parent 11423a1 commit 4392f82
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
![creasty's dotfiles](./docs/images/cover.png)

creasty's dotfiles [![Build Status](https://github.com/creasty/dotfiles/actions/workflows/provisioning.yml/badge.svg)](https://github.com/creasty/dotfiles/actions/workflows/provisioning.yml) ![Platform: macOS](https://img.shields.io/badge/Platform-macOS-lightgrey) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE.txt)
creasty's dotfiles
==================

[ci]: https://github.com/creasty/dotfiles/actions/workflows/provisioning.yml
[ci-badge]: https://github.com/creasty/dotfiles/actions/workflows/provisioning.yml/badge.svg
[platform-badge]: https://img.shields.io/badge/Platform-macOS-lightgrey
[license]: ./LICENSE.txt
[license-badge]: https://img.shields.io/badge/License-MIT-yellow.svg

[![Provisioning][ci-badge]][ci] ![Platform: macOS][platform-badge] [![License: MIT][license-badge]][license]

<pre><code>$ curl -L <a href="https://dotfiles.creasty.com/provision">dotfiles.creasty.com/provision</a> | bash</code></pre>

Screenshots
Expand All @@ -21,7 +29,7 @@ Both of my zsh and nvim are thoroughly tailored yet carefully fine-tuned for out

- ~72ms startup time on M1 Max
- 700 sloc of config
- 1,200 sloc of commands
- 1,100 sloc of commands
- 2 third-party plugins and 5 hooks:
- [fast-syntax-highlighting](https://github.com/zdharma-continuum/fast-syntax-highlighting)
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
Expand Down Expand Up @@ -49,7 +57,7 @@ $ ZSH_PROF_ENABLED=1 zsh -i -c exit

- ~60ms startup time on M1 Max
- 2,900 sloc of config
- 39 third-party plugins, including:
- 38 third-party plugins, including:
- [coc.nvim](https://github.com/neoclide/coc.nvim)
- [copilot.vim](https://github.com/github/copilot.vim)
- [ddu.vim](https://github.com/Shougo/ddu.vim)
Expand Down

0 comments on commit 4392f82

Please sign in to comment.