Skip to content

nguymin4/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Use rsync to backup and restore platform-specific dotfiles

Restore

Sync platform-specific dotfiles to a folder (default: $HOME)

bash restore.sh --linux

# OR

bash restore.sh --linux $HOME

Backup

Back up all platform-specific dotfiles

bash backup.sh --linux

Scanning for hardcoded secrets

Prerequisite: gitleaks

Gitleaks is a SAST tool for detecting hardcoded secrets like passwords, api keys, and tokens in git repos

bash gitleaks.sh