Skip to content

creasty/dotfiles

Repository files navigation

creasty's dotfiles

creasty's dotfiles

Provisioning Platform: macOS License: MIT

Screenshots

Zsh + tmux (Alacritty) Neovim (Kitty)

Stats

Both of my zsh and nvim are thoroughly tailored yet carefully fine-tuned for outstanding performance.

zsh

$ hyperfine --warmup 3 --prepare 'sleep 0.1' 'zsh -i -c exit'
$ cloc --exclude-dir=plugins,bash --lang-no-ext=zsh shell
$ cloc bin
$ ls shell/zsh/plugins | wc -l

Profiling:

$ ZSH_PROF_ENABLED=1 zsh -i -c exit

nvim

$ hyperfine --warmup 3 --prepare 'sleep 0.1' 'nvim --headless -c quit'
$ cloc --exclude-dir=dein,template nvim
$ rg --no-heading '^\[\[plugins' nvim/dein/*.toml | wc -l

Profiling:

$ nvim --headless --startuptime /dev/stdout -c quit

Author

Yuki Iwanaga / @creasty