essential setup of dotfiles for new Unix-like (preferably macOS) environment
makeI'd recommend to have following utilities installed, since the full setup requires them to be available.
make(the initial linking is defined as a make target, for most Unix-like systemsmakeshould be available anyway)find(1)(required by make target to link files, should be available on most UNIX systems anyway)ln(1)(required by make target to link files, should be available on most UNIX systems anyway)
- Homebrew (a global
.Brewfilewill be linked aswell which installs some necessities)
-
all (default): link deps
-
link Links all files to
~, marks the initial setup. -
deps Will install global brew formulas.
- rvm - Ruby version manager, similar to
nvm(which is contained within.Brefile) - Using
tcsh, which is already installed on macOS
© 2017-2019 MIT Willi Eßer