- Setup new dev environment in minutes not hours
- Use
bash
to run installation commands butzsh
will be the main shell - Use
homebrew
to install all CLI/GUI applications as it's easier to upgrade/uninstall the apps
This repo contains the automatic installation/configuration of the following steps:
- Install applications (
homebrew
) - Configure applications by creating symlinks (
zsh
,ssh
&git
)
Clone the repo then simply run the following command:
./install.sh
Download the repository's tarball by running:
mkdir dotfiles && cd dotfiles && curl -#L https://github.com/phatpham9/dotfiles/tarball/master | tar -xzv --strip-components 1 && ./install.sh
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.