fakefetch

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b73e52d23bc65f4e2598633afe352d4f574ab3da
parent 39e3a3ddb92ef0a1c39b17d538ed4d4e9e14a470
Author: Shipwreckt <conbur@protonmail.com>
Date:   Tue, 23 Jan 2024 17:55:21 +0000

Update README.md
Diffstat:
MREADME.md | 23++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md @@ -2,33 +2,32 @@ Fakefetch is just a little command I made that runs in the terminal, it just tel the person some things about there system, it won't do anything like reading your memory or cpu, it just prints an output into your terminal. -Step one +## Installation + +Step 1: Clone the Repository ---------------------------------------------------------------------------------------- -You want to download the thing, if you already have well done! to do so all you need to do is git clone https://gitlab.com/Shipwreckt/fakefetch +cd fakefetch -#make sure you are in a directory that is clean and make sure to cd into it -step two +Step 2: Configuration ---------------------------------------------------------------------------------------- Second thing you want to do is configure it to your liking. So open it with your chosen text editor +Open the configuration file with your preferred text editor: ---------- -#vs code code fakefetch.sh -#kate kate fakefetch.sh -#vim vim fakefetch.sh -#nano nano fakefetch.sh + + --------- you also want to make your fakefetch exacutable, to do so do @@ -47,9 +46,11 @@ Now all you need to do is type fakefetch.sh and it will come up. -Optinal. +Optional. ---------------------------------------------------------------------------------------- If you want this to run whenever you open your terminal just go into your .bashrc and put at the bottom fakefetch.sh -And of course delete this readme and the file if you want too +echo "fakefetch.sh" >> ~/.bashrc + +Now whenever you type fakefetch.sh it should just run.