My configurations
The setup script depends on some tools:
First, install Homebrew.
Then install tools required:
$ brew install git stow
Then download the git repository:
$ git clone [email protected]:yorkxin/dotfiles.git ~/.dotfiles
Run the scripts inside ~/.dotfiles
$ ./setup.sh
$ ./install-rc.sh
- GNU Stow
- Symlinks files inside directories in a batch. Inspired from shashankmehta's dotfiles.
- Homebrew-bundle
- Manages Homebrew formulae with a Ruby style Brewfile
- mas-cli
- Installs macOS apps from Mac App Store
- My ZSH Theme is from shashankmehta's dotfiles. (MIT License)
MIT License