You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command should make it easy to create a good Dodo Commands setup after the installation:
It will create a temporary prototypes directory for prototypical files and snippets. At the same time, it will create a temporary symlinks directory with symlinks to the current files, such that a diff between the two directories allows people to merge in the prototypical settings.
It should create an example snippet for .bashrc or .bash_profile in prototypes. This snippet loads the .dodo_autostart file. On MacOS, it also runs the eval "$(register-auto-complete dodo)" line. Finally, it has the line to extend the PATH to include the dodo executable.
It will check if meld is installed, and offer to install it.
It will add a global dodo config to prototypes that sets meld as the diff tool, and adds aliases.
It fires up meld to compare prototypes to symlinks.
The text was updated successfully, but these errors were encountered:
This command should make it easy to create a good Dodo Commands setup after the installation:
prototypes
directory for prototypical files and snippets. At the same time, it will create a temporarysymlinks
directory with symlinks to the current files, such that a diff between the two directories allows people to merge in the prototypical settings..bashrc
or.bash_profile
inprototypes
. This snippet loads the.dodo_autostart
file. On MacOS, it also runs theeval "$(register-auto-complete dodo)"
line. Finally, it has the line to extend the PATH to include the dodo executable.prototypes
that sets meld as the diff tool, and adds aliases.prototypes
tosymlinks
.The text was updated successfully, but these errors were encountered: