1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00

Merge pull request #292 from R4wm/fix_copy_pasta

remove \$ from `Installation` copy paste code
This commit is contained in:
Luca CPZ 2021-08-26 19:08:50 +00:00 committed by GitHub
commit a71d456c75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,14 +96,14 @@ Installation
.. code-block:: shell .. code-block:: shell
$ git clone --recurse-submodules --remote-submodules --depth 1 -j 2 https://github.com/lcpz/awesome-copycats.git git clone --recurse-submodules --remote-submodules --depth 1 -j 2 https://github.com/lcpz/awesome-copycats.git
$ mv -bv awesome-copycats/{*,.[^.]*} ~/.config/awesome; rm -rf awesome-copycats mv -bv awesome-copycats/{*,.[^.]*} ~/.config/awesome; rm -rf awesome-copycats
In case you do not want the Git files, use the following as the second command: In case you do not want the Git files, use the following as the second command:
.. code-block:: shell .. code-block:: shell
$ mv -bv awesome-copycats/* ~/.config/awesome; rm -rf awesome-copycats mv -bv awesome-copycats/* ~/.config/awesome; rm -rf awesome-copycats
Usage Usage
===== =====