|
|
|
@ -11,6 +11,9 @@ updating them with git.
|
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_Note: at the moment the sync feature has some bugs that need to be fixed, to_
|
|
|
|
|
|
|
|
_avoid breaking your configs it is recommended to manually use git for the time being_
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
# init sets up the config file and directory to hold all dotfiles
|
|
|
|
# init sets up the config file and directory to hold all dotfiles
|
|
|
|
dotctl init
|
|
|
|
dotctl init
|
|
|
|
@ -18,8 +21,6 @@ dotctl init
|
|
|
|
dotctl add ~/.config/nvim
|
|
|
|
dotctl add ~/.config/nvim
|
|
|
|
# create symlinks
|
|
|
|
# create symlinks
|
|
|
|
dotctl link
|
|
|
|
dotctl link
|
|
|
|
# sync changes
|
|
|
|
|
|
|
|
dotctl sync -r <your-git-repo>
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Development
|
|
|
|
## Development
|
|
|
|
|