- install xcode
- switch to zsh
chsh -s $(which zsh)
- install dotfiles
git clone https://github.com/holman/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap
This will symlink the appropriate files in .dotfiles
to your home directory.
Everything is configured and tweaked within ~/.dotfiles
.
- add git and standard aliases (automatic, but I lost these)
- setup Sublime config (make this automatic)
- hack together oh_my_zsh (make this automatic, include needed hack)
- setup iterm config (full screen in old mode, select colors, set toggle key, set font)
- xcode plugins
- replace spotlight with alfred
- add 1password license
- Install App Store Apps
- calendar and todo list setup?
dot
- Brewfile: Applications to install via Brew and Cask.
- bin/: Files will get added to your
$PATH
. - topic/*.zsh: Files will loaded into your environment.
- topic/*.symlink: Files ending in
*.symlink
get symlinked into your$HOME
when you runscript/bootstrap
. - topic/path.zsh: Files named
path.zsh
is loaded first and is expected to setup$PATH
or similar. - topic/completion.zsh: Files named
completion.zsh
are loaded last and is expected to setup autocomplete.