We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotfim
Currently, the semantics are a bit odd. dotfim sync initializes (renamed to init in 642b79c), and dotfim syncs.
dotfim sync
init
dotfim init <repository> [<directory>]
<directory>/.dotfim/local.(json/yaml)
dotfim sync [--profile=<profile>] [<FilesOrFolders>]
update
.dotfim.(json/yaml)
The text was updated successfully, but these errors were encountered:
#3 Profiles
Sorry, something went wrong.
The rest of the cli implementations are related to Profiles. -> Moved to #3 Profiles!
No branches or pull requests
Currently, the semantics are a bit odd.
dotfim sync
initializes (renamed toinit
in 642b79c), anddotfim
syncs.dotfim
:dotfim init <repository> [<directory>]
:<directory>/.dotfim/local.(json/yaml)
dotfim sync [--profile=<profile>] [<FilesOrFolders>]
: (actually does the syncing part; currently calledupdate
).dotfim.(json/yaml)
for managed gitfiles that do not belong to a specific profileThe text was updated successfully, but these errors were encountered: