From 6e6ce6c66d81623cd0e57a0113613483868628ffba1fc38fb071e43144ad6cc8 Mon Sep 17 00:00:00 2001 From: Olav Reinert Date: Fri, 8 May 2015 20:27:54 +0000 Subject: [PATCH] Improved description OBS-URL: https://build.opensuse.org/package/show/utilities/homeshick?expand=0&rev=3 --- homeshick.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/homeshick.spec b/homeshick.spec index f1c6492..c01ea21 100644 --- a/homeshick.spec +++ b/homeshick.spec @@ -46,15 +46,18 @@ BuildRequires: fish %endif %description -Homeshick is a tool for users to manage configuration files, also known as -dotfiles. A set of dotfiles is stored in a git repository. Standard git -push/pull commands are used to synchronize a dotfile repository between user -accounts and/or machines. Multiple git repositories can be managed -independently. For example, this allows installing large external frameworks -(such as oh-my-zsh, or a multitude of emacs or vim plugins) alongside personal -dotfiles without clutter. +In Unix, configuration files are king. Tailoring tools to suit your needs +through configuration can be empowering. An immense number of hours is spent +on getting these adjustments just right, but once you leave the confines of +your own computer, these local optimizations are left behind. -See also: https://dotfiles.github.io/ +Homeshick is a tool for users to manage configuration files, also known as +dotfiles. It leverages Git repositories to store and version dotfiles, and to +synchronize dotfile repositories between accounts and/or machines. + +For example, this allows installing large external frameworks (such as +oh-my-zsh, or a multitude of emacs or vim plugins) found on sites like +https://dotfiles.github.io/ alongside personal dotfiles without clutter. Packaged revision: %{git_sha1}