Install Xcode Command-Line Tools
xcode-select --installInstall homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Clone repo
git clone git@github.com:ungoldman/dotfiles.gitInstall packages in Brewfile
~/dotfiles $ brew bundleAdd this line to ~/.zshrc
source ~/dotfiles/init.shNote: dotfiles are currently configured for zsh, won't work with other shells.
Homebrew enables access to a lot of useful packages in a fairly easy to handle way (it's like apt-get for macOS).
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"To use the Brewfile in the root of this repo, you need homebrew-bundle.
brew tap Homebrew/bundle
cd $DOTFILES && brew bundleUsing zsh (use latest: brew install zsh).
Using starship (brew install starship).
Using Hack Nerd Font with Nerd Font Symbols starship preset for maximum icons and legibility.
Completion extensions (via brew):
zsh-autosuggestionszsh-completionszsh-history-substring-searchzsh-syntax-highlighting
The init.sh file at the root of this repo will attempt to source any .sh file in the sh directory. Git will ignore sh/private.sh, as well as any .sh file prefixed with _. Use this to include anything that shouldn't be checked into version control (secrets, device-specific commands & aliases, etc).
A collection of files for your home directory (like .gitconfig, .inputrc, ..).
Misc preference files for apps & programs.
Bash config and miscellaneous goodies for working with remote servers, VPS instances, etc.
