15 lines
257 B
Org Mode
15 lines
257 B
Org Mode
* centralized home directory
|
|
|
|
** purpose:
|
|
dot file syncing
|
|
|
|
** adding a new machine
|
|
- ~cd ~~
|
|
- ~git init~
|
|
- ~git remote add origin git@git.awful.club~
|
|
- ~git fetch~
|
|
- ~git checkout master~
|
|
|
|
** adding new files
|
|
- ~git add -f <filename>~
|