Spaces:
Sleeping
Sleeping
File size: 246 Bytes
a5883c9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
#! /usr/bin/env bash
# Install fish terminal
sudo apt update -y
sudo apt-get install fish -y
# Repo Initialization
make init-repo
git config --global --add safe.directory /workspaces/resume-maker-ai-agent
# Install Dependencies
make reset-env
|