denisidoro/dotfiles
Installation Shell Scripts Git Docs
Installation
# with homebrew or linuxbrew
brew install denisidoro/tools/dotfiles
# with git
git clone https://github.com/denisidoro/dotfiles $HOME/dotfiles
$HOME/dotfiles/bin/dot self install
Calling scripts
dot <ctx> <cmd> [<args>...] # example: dot rice pipes
Documentation
Some scripts are documented in /docs. For all other scripts, run:
dot <ctx> <cmd> --help # example: dot rice pipes --help
Shell startup performance
λ dot shell zsh test-performance
0.08 real 0.03 user 0.03 sys
Overriding configs
Edit the following files accordingly:
# shell
~/.dotfiles/local/zshrc
# git
~/.dotfiles/local/gitconfig
Inspiration
- Tuurlijk/dotfiles: zsh startup snappiness
- rgomezcasas/dotfiles: README, some scripts and fine-tuning
- wfxr/forgit: some git scripts