diff --git a/Documents/Shore/cleanup/README.rst b/Documents/Shore/cleanup/README.rst deleted file mode 100644 index 5b5959e20e43e3d8c53cd00323b01b25504c1d2d..0000000000000000000000000000000000000000 --- a/Documents/Shore/cleanup/README.rst +++ /dev/null @@ -1,18 +0,0 @@ -Cleanup scripts -*************** - -Clean and update scripts for Vagrant boxes and instances and Docker images and -containers. - -Usage ------ - -The update scripts download new boxes/ images, the Vagrant clean scripts removes -old version of base boxes (if newer ones are present) and the Docker clean -script removes exited or created containers and dangling images. - -Requirements ------------- - -Obviously Docker and Vagrant respectfuly, also Python and the :code: `sh` and -:code: `parse` Python packages for the Vagrant scripts. diff --git a/Documents/Shore/cleanup/docker-clean b/Documents/bin/docker-clean similarity index 100% rename from Documents/Shore/cleanup/docker-clean rename to Documents/bin/docker-clean diff --git a/Documents/Shore/cleanup/docker-update b/Documents/bin/docker-update similarity index 100% rename from Documents/Shore/cleanup/docker-update rename to Documents/bin/docker-update diff --git a/Documents/Shore/cleanup/vagrant-clean b/Documents/bin/vagrant-clean similarity index 100% rename from Documents/Shore/cleanup/vagrant-clean rename to Documents/bin/vagrant-clean diff --git a/Documents/Shore/cleanup/vagrant-update b/Documents/bin/vagrant-update similarity index 100% rename from Documents/Shore/cleanup/vagrant-update rename to Documents/bin/vagrant-update diff --git a/README.rst b/README.rst index b19a539a84afa12cd4b18e1ad8f3a53efe11e1ff..8c25f7abe05b6c3ac86a327d5f3f036a0f266ef4 100644 --- a/README.rst +++ b/README.rst @@ -10,8 +10,8 @@ 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. -Usage ------ +Installation +------------ WARNING: This will overwrite your existing files. @@ -24,6 +24,15 @@ WARNING: This will overwrite your existing files. 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 -------