Skip to content

Config files and scripts from ~

Notifications You must be signed in to change notification settings

peterezzo/homedir

Repository files navigation

home dir setup

probably requires something like this

umask 0022
touch .noagent
git init .
git remote add github -f https://github.com/peterezzo/homedir.git
git reset [--hard] github/main
git checkout -t github/main

If you need to modify a file and keep local changes (ex: .gitconfig)

vim .gitconfig
git update-index --assume-unchanged .gitconfig

About

Config files and scripts from ~

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published