Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 420 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 420 Bytes

My Config Files

These are all my config files for GNU/Linux and MacOS systems.

To use this, fork the repo, then change REPO_OWNER in the script below to your GitHub user name. Then run the commands from the shell.

REPO_OWNER='booch'
mv "$HOME/.config" "$HOME/.config-BACKUP-$(date +'%Y%m%d')"
git clone "git@github.com:${REPO_OWNER}/config_files.git" "$HOME/.config"
cd "$HOME/.config"
./install.sh