CoolFace
Apppublic

deepakpant/resume-maker-ai-agent

sourceHugging Faceupdated 2y agoView on Hugging Face
6likes
postCreateCommand.sh13 linesDownload Raw Back to .devcontainer
1#! /usr/bin/env bash2 3# Install fish terminal4sudo apt update -y5sudo apt-get install fish -y6 7# Repo Initialization8make init-repo9git config --global --add safe.directory /workspaces/resume-maker-ai-agent10 11# Install Dependencies12make reset-env13