|
@ -52,6 +52,15 @@ dot add /path/to/file |
|
|
dot commit -m "some message" |
|
|
dot commit -m "some message" |
|
|
dot push |
|
|
dot push |
|
|
``` |
|
|
``` |
|
|
|
|
|
## add 3rd party repositories or update them |
|
|
|
|
|
```sh |
|
|
|
|
|
#move to where you want to place the module |
|
|
|
|
|
# e.g. .config/zsh/plugins |
|
|
|
|
|
dot submodule add -b master https://github.com/PATH/TO.git |
|
|
|
|
|
|
|
|
|
|
|
#update submodules |
|
|
|
|
|
dot submodule update --remote |
|
|
|
|
|
``` |
|
|
## move to a new computer |
|
|
## move to a new computer |
|
|
```sh |
|
|
```sh |
|
|
cd |
|
|
cd |
|
|