/dotfiles

Awesome personal dotfiles

Primary LanguageShell

OSX - Icon made by Freepik from Flaticon Linux - Icon made by Freepik from Flaticon Android - Icon made by Freepik from Flaticon denisidoro/dotfiles

Demo
Awesome personal 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