Git, macOS, Vim, and ZSH configuration files
-
Install Homebrew
-
Install GitHub CLI via Homebrew:
brew install gh
-
Clone the repo using GitHub CLI:
~/Documents/Projects/
gh repo clone advaitchaitanya/dotfiles
- Setup macOS
source setup-macos.sh
- Setup Git prompt support and symlinks
source setup-symlinks.sh
- Install rbenv via Homebrew:
brew install rbenv ruby-build
- Download a version of Ruby via rbenv (e.g.,
rbenv install 3.3.0
) - Set the global version (e.g.,
rbenv global 3.3.0
)
See Install Ruby On Rails on macOS 10.14 Mojave for complete details.
- Install Node.js
- Install JavaScript Standard Style:
npm install standard --global
- Install Jekyll:
gem install jekyll bundler
- Install The Silver Searcher:
brew install the_silver_searcher
Motivation and code was taken from several sources, including:
- @mathiasbynens (Mathias Bynens) https://github.com/mathiasbynens/dotfiles
- @mdo (Mark Otto) https://github.com/mdo/config
- @pawelgrzybek (Pawel Grzybek) https://github.com/pawelgrzybek/dotfiles
- @yoshuawuyts (Yoshua Wuyts) https://github.com/yoshuawuyts/dotfiles
- thoughtbot (thoughtbot, inc.) https://github.com/thoughtbot/dotfiles