remove \$ from copy paste code

This commit is contained in:
r4wm 2021-08-26 10:05:11 -07:00
parent 6d29c708db
commit 0c87d5206b
1 changed files with 3 additions and 3 deletions

View File

@ -96,14 +96,14 @@ Installation
.. code-block:: shell
$ 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
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
In case you do not want the Git files, use the following as the second command:
.. code-block:: shell
$ mv -bv awesome-copycats/* ~/.config/awesome; rm -rf awesome-copycats
mv -bv awesome-copycats/* ~/.config/awesome; rm -rf awesome-copycats
Usage
=====