This repo is not updated anymore, my dotfiles repo works on MacOS/Linux. It checks the OS and installs packages properly; calls out to wrapper scripts to handle cross platform functionality.
there are many dotfiles, but these are mine.
My dotfiles directory sits at ~/dotfiles, each directory includes an relevant install.sh file, you can run all of them by running ./setup.
bin has the most interesting things here, you can read its README for descriptions.
Notes:
setupsets$ZDOTDIRto~/dotfiles/zsh/, and symlinks~/dotfiles/zsh/.zshenvto~/.zshenvsetupsets$ZSH_CUSTOMto~/dotfiles/zsh/custom, so any additional plugins/themes should be put there (i.e. in~/dotfiles/zsh/custom/themes)- todo creates a todo on the Desktop, todos are listed when a shell is opened
cd # go home
# install developer tools
xcode-select --install
# Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
git clone https://github.com/purarue/mac-dotfiles dotfiles
./dotfiles/setup