/dotfiles

@junkpiano does dotfiles. https://dotfiles.github.io

Primary LanguageShell

dotfiles

These are my dotfiles. setup.bash is checked with shellcheck.

Note: Only tested on MacOS and Ubuntu.

Bootstrap

$ ./setup.bash bootstrap

Run this for only the first time to bootstrap this dotfile environment.

Reload Configurations

$ ./setup.bash
$ source ${HOME}/.zshrc

Without bootstrap, it just reloads configurations, which is actually creating symbolic links again.

Zsh Plugins

Color Theme

For MacOS

iTerm2
sindresorhus/iTerm2-snazzy

For Windows

under construction

References