Moved and updating as README of the config file repo
-
Use entire Home Directory as Git Repo
cd ~git init
-
Push all files to
.gitignoreecho "*" > .gitignore
-
Check repo status, nothing should be tracked
git status
-
Start pulling files from
.gitignoregit add -f .bashrcgit add -f .vimrc
-
Current file list:
.atom/ .bash_profle .bashrc .customgitmsg.txt .gitconfig .profile .tmux.conf .vimrc .vim .vscode com.googlecode.iterm2 -
Commit the tracked files
git commit -m "clever message here"
-
Create repo
-
Push to repo