apt update && apt install curl -y && \
curl -sSL https://raw.githubusercontent.com/GindaChen/dotfiles/refs/heads/master/setup-runpod.sh | bash -s "GindaChen/dotfiles" Note: Make sure
REPO_NAME=GindaChen/dotfilesis your own repository name.
After starting the runpod, run the following command:
REPO_NAME="YourUsername/YourRepo"
curl -sSL https://raw.githubusercontent.com/${REPO_NAME}/refs/heads/master/setup-runpod.sh | bash -s ${REPO_NAME} For example, if you are @GindaChen with dotfiles repository, you should run:
apt update && apt install curl -y && \
curl -sSL https://raw.githubusercontent.com/GindaChen/dotfiles/refs/heads/master/setup-runpod.sh | bash -s "GindaChen/dotfiles" runpod/setup_git.sh: Configure git with the username and email (not sensitive credentials).runpod/bashrc.sh: Customize the bashrc file. We by default install oh-my-bash and set the theme tofont. If you do not like this setting, change this file to your own bash profile.