Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

python27

  • Clone with SSH
  • Clone with HTTPS
  • rcfiles

    https://travis-ci.org/adarnimrod/rcfiles.svg?branch=master

    A repository with my rc files. The purpose is for me to have revision control of my home directory, maybe send somebody a link to an example file and to be browsable for others (if anyone wants to copy some snippet). Because these are my actual files that I use right now, the repository is cloned directly to my home directory and is not meant for mass consumption as it is.

    Installation

    WARNING: This will overwrite your existing files.

    cd
    git clone --bare https://www.shore.co.il/git/rcfiles .git
    sed -i '/bare/d' .git/config
    git reset --hard
    git bull
    Documents/bin/install-git-hooks

    Dependencies

    All of the dependencies are installed with the workstation playbooks inside the ansible-desktop-playbooks submodule, please consult the README in the submodule. Care has been given to minimizing the dependencies and making the scripts as cross-platform as reasonably possible, so most script would run without any installing any tools not found on a Unix-like OS by default.

    License

    This software is licensed under the MIT license (see the LICENSE.txt file).

    Author Information

    Nimrod Adar, contact me or visit my website. Patches are welcome via git send-email. The repository is located at: https://www.shore.co.il/git/.