fakefetch

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

commit 71e4e95aa01e243f63b2936c83762c5f1e7c4083
parent 1ae1c2ef84b278266a5580509dc0bc399057e0ce
Author: Shipwreckt <conbur@protonmail.com>
Date:   Fri, 26 Jan 2024 14:59:52 +0000

Update README.md
Diffstat:
MREADME.md | 21+++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md @@ -6,13 +6,16 @@ memory or cpu, it just prints an output into your terminal. Step 1: Clone the Repository ---------------------------------------------------------------------------------------- +Make sure you have Git installed so you can clone it git clone https://gitlab.com/Shipwreckt/fakefetch + cd fakefetch you will also need a package called lsb-release sudo pacman -S lsb-release + https://archlinux.org/packages/extra/any/lsb-release/ sudo apt-get install lsb-release @@ -25,21 +28,11 @@ It might already be installed on your system so you can check with lsb_release 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: - -code fakefetch.sh - -kate fakefetch.sh - -vim fakefetch.sh - -nano fakefetch.sh - - +Open the configuration file with your preferred text editor. There are comments in the bash code, if you want to do your own art its basically just variables or the system infomation --------- -you also want to make your fakefetch exacutable, to do so do +you also want to make your fakefetch exacutable so you can test how it looks in the terminal, to do so do chmod +x fakefetch.sh By doing this you are able to run the command with ./fakefetch.sh @@ -49,11 +42,11 @@ Step three ---------------------------------------------------------------------------------------- You want to be able to run this command whenever you want too, so you need to move it to -sudo mv ~/fakefetch.sh /usr/local/bin/ +sudo mv ~/fakefetch/fakefetch.sh /usr/local/bin/ Now all you need to do is type fakefetch.sh and it will come up. - +To edit it further all you need to do is nano /usr/local/bin/fakefetch.sh Optional. ----------------------------------------------------------------------------------------