Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 457 Bytes

File metadata and controls

22 lines (17 loc) · 457 Bytes

Mable Dotfiles

Install everything you need to get started as a full-stack engineer at Mable.

Installation

  1. Create the projects directory and clone this repository:

    mkdir -p ~/projects
    git clone [email protected]:bettercaring/dotfiles.git ~/projects/mable
    cd ~/projects/mable
  2. Make the install script executable:

    chmod +x install.sh
  3. Run the installation script:

    ./install.sh