resume-maker-ai-agent / .devcontainer /postCreateCommand.sh
deepakpant
Initial commit
a5883c9
raw
history blame contribute delete
246 Bytes
#! /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