Compare commits

...

3 Commits

Author SHA1 Message Date
cauri
0e5f8ac7e7
Merge 3233a4817c into 3f2275ab8f 2024-09-15 10:48:21 +02:00
adi1090x
3f2275ab8f Deploying to master from @ adi1090x/rofi@ba970a1f49 🚀 2024-09-09 15:03:55 +00:00
c-auri
3233a4817c
Remove leading '$ ' from command line instructions 2024-05-22 00:57:37 +02:00

View File

@ -73,18 +73,18 @@
- Then, Clone this repository - - Then, Clone this repository -
``` ```
$ git clone --depth=1 https://github.com/adi1090x/rofi.git git clone --depth=1 https://github.com/adi1090x/rofi.git
``` ```
- Change to cloned directory and make `setup.sh` executable - - Change to cloned directory and make `setup.sh` executable -
``` ```
$ cd rofi cd rofi
$ chmod +x setup.sh chmod +x setup.sh
``` ```
- Run `setup.sh` to install the configs - - Run `setup.sh` to install the configs -
``` ```
$ ./setup.sh ./setup.sh
[*] Installing fonts... [*] Installing fonts...
[*] Updating font cache... [*] Updating font cache...
@ -109,7 +109,7 @@ $ ./setup.sh
</p> </p>
<p align="center"> <p align="center">
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;15263867?u&#x3D;7f45e973d008c1c9fc573554a95efac83751e726&amp;v&#x3D;4" width="60px" alt="David Toska" /></a><!-- sponsors --> <!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;15263867?u&#x3D;7f45e973d008c1c9fc573554a95efac83751e726&amp;v&#x3D;4" width="60px" alt="David Toska" /></a><a href="https://github.com/kkkutup"><img src="https:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;142684677?v&#x3D;4" width="60px" alt="" /></a><!-- sponsors -->
</p> </p>
--- ---