/dotfiles-legacy

dotfiles

Primary LanguageShellMIT LicenseMIT

dotfiles

Adapted from holman/dotfiles.

Installation

git clone https://github.com/aarmour/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap

Components

  • bin/: Anything in bin/ will get added to $PATH and be made available everywhere.
  • */*.zsh: Any files ending in .zsh get loaded into the environment.
  • */path.zsh: Any file named path.zsh is loaded first and is expected to setup $PATH or similar.
  • */completion.zsh: Any file named completion.zsh is loaded last and is expected to setup autocomplete.
  • */*.symlink: Any files ending in *.symlink get symlinked into $HOME. These get symlinked in when running script/bootstrap.