gitlabEdit

questionHow to use

How do you use dotify?

Running this script is so easy. Just run the script with no arguments to start the dashboard:

$ dotify

If the repo configuration file, ~/.config/dotify.repo, is not generated yet, it'll present you the prompt where you can enter your own dotfiles repository URL, which this file stores.

circle-info

If you don't have an existing repository, you can create one. GitHub and GitLab let you create your free Git repository.


Dashboard

The script starts with the option chooser to let you select between these options:

You can perform different operations on dotfiles alone (with no dotfolders). The available options are:

Option number
Description

1

Compare between local dotfiles in your home directory and remote dotfiles repository

2

Push all the changes made locally to your remote dotfiles repository

4

List all the local dotfiles (home directory)

5

List all the remote dotfiles (home directory)

6

Copies all the local dotfiles from your home directory to the remote cloned repository

7

Copies all the remote dotfiles to the home directory

Last updated