/dotfiles-old

Primary LanguageShellBoost Software License 1.0BSL-1.0

install

git clone https://github.com/rideliner/dotfiles.git <local-repo-dir>

bootstrap

./bootstrap.sh

components

  • /*.zsh : file sourced by ~/.zshrc
  • /*.path : path environment for the module
  • /*.completion : completion scripts for the module
  • /*.symlink : file or directory to be symlinked to home
  • /*.bootstrap : script to be run when bootstrap is run
  • /.meta: metadata about the module

zsh file load order

  • /etc/zshenv
  • ~/.zshenv
  • /etc/zprofile
  • ~/.zprofile managed
  • /etc/zshrc
  • ~/.zshrc managed
  • /etc/zlogin
  • ~/.zlogin
  • ~/.zlogout
  • /etc/zlogout