Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 2.08 KB

README.md

File metadata and controls

53 lines (39 loc) · 2.08 KB

dotfiles

Git, macOS, Vim, and ZSH configuration files

Prepare macOS and Symlinks

  1. Install Homebrew

  2. Install GitHub CLI via Homebrew: brew install gh

  3. Clone the repo using GitHub CLI: ~/Documents/Projects/

gh repo clone advaitchaitanya/dotfiles
  1. Setup macOS
source setup-macos.sh
  1. Setup Git prompt support and symlinks
source setup-symlinks.sh

Setup Ruby

  1. Install rbenv via Homebrew: brew install rbenv ruby-build
  2. Download a version of Ruby via rbenv (e.g., rbenv install 3.3.0)
  3. 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 Additional Dependencies

Download Third-Party Applications

Acknowledgements

Motivation and code was taken from several sources, including: