dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Stellar productivity

creasty's dotfiles

dotfiles Build Status macOS License

Work it harder, make it better, do it faster, makes us stronger.

$ curl -L dotfiles.creasty.com/up | bash

Screenshots

Tmux + ZSH (Alacritty) Neovim (Kitty)

Stats

Heavily customized and meticulously optimized for insane performance.

zsh

$ repeat 5 ( time zsh -i -c exit ; sleep 0.1 )
$ cloc --exclude-dir=plugins shell/zsh
$ ls shell/zsh/plugins | wc -l

Profiling:

$ ZSH_PROF_ENABLED=1 zsh -i -c exit

nvim

$ repeat 5 ( time nvim --headless -c quit ; sleep 0.1 )
$ cloc --exclude-dir=dein,template nvim
$ rg '^\[\[plugins' nvim/dein/*.toml | wc -l

Profiling:

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

Author

Yuki Iwanaga (@creasty)