Skip to content

hfmohammed18/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Quick Start

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

Note: Make sure REPO_NAME=GindaChen/dotfiles is 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" 

Configuration files

  • 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 to font. If you do not like this setting, change this file to your own bash profile.

About

Bootstrap for a few machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%