- Apps
- CLI apps via Homebrew
- macOS native apps via:
- Homebrew Cask
mas
(Mac App Store)
- NeoVim
- Terminal
- TODO .zshrc
- infra-aliases.sh
- tmux
- git
- rcm
- ctags
The install script should be idempotent but that assumption will not be verified until #26 and #20 are completed.
Clone this repo to:
~/.dotfiles
Then:
./install.sh
This relies on rcm to setup all the correct
symlinks. install.sh
installs it and runs it for you.
Notes:
- A full run may take up to 3 hours depending on your hardware specs and Internet bandwidth.
- The installer is not yet fully non-interactive.
homebrew
needs sudo at least twice.
After pulling updates via git on this repo, you must always re-run rcup
:
rcup -v
-v
instructs it to output what it's doing.