creasty / dotfiles

Stellar productivity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Stellar productivity

License:MIT License


Languages

Language:Vim Script 32.4%Language:Shell 30.0%Language:Vim Snippet 17.3%Language:Lua 8.8%Language:TypeScript 5.9%Language:Ruby 3.7%Language:C 1.1%Language:Go 0.3%Language:TLA 0.1%Language:Java 0.1%Language:C++ 0.1%Language:Makefile 0.1%Language:HTML 0.1%