Based on caarlos0's dotfiles.
Config files for ZSH, Java, Ruby, Go, Editors, Terminals and more.
First, make sure you have all those things installed:
git: to clone the repocurl: to download some stufftar: to extract downloaded stuffzsh: to actually run the dotfilessudo: some configs may need that
Then, run these steps:
$ git clone https://github.com/emroch/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ ./script/bootstrap
$ zsh # or just close and open your terminal again.All changed files will be backed up with a
.backupsuffix.
For macOS, I recommend:
- iTerm: a better terminal emulator;
For both Linux and macOS:
diff-so-fancy: better git diffs (you'll need to rundot_updateto apply it);fzf: fuzzy finder, used in,ton vim, for example;
Theme is Dracula and the font is Source Code Pro Light.
Feel free to contribute. Pull requests will be automatically checked/linted with Shellcheck and shfmt.

