THE WEB BUILD IS NOW AVAILABLE.
Neofetch for your Github profile. Gitfetch is optimized for terminals with font size 10.
Gitfetch minimally requires Python3+ to be installed. Download from here.
All dependencies are handled by the installer.
> git clone https://github.com/gongahkia/gitfetch
> cd gitfetch/installer
> ./mainInstall.sh$ git clone https://github.com/gongahkia/gitfetch
$ cd gitfetch/installer
$ ./mainInstall.shEncountered an issue that isn't covered here? Open an issue or shoot me a message on Telegram, and I'll get it sorted asap!
Step 1:
Enter file directory containing gitfetch folder intially installed via git clone.
Step 2:
$ rm -r gitfetch
$ ls -aStep 3:
Check to ensure the gitfetch folder has been deleted.
Step 4:
$ cd ~ && ls -aStep 5:
Check to ensure that the file titled .bashrc shows up.
Step 6:
Use your favourite text editor to remove the following 2 lines (export PATH=~/.config/gitfetch-build/bin:$PATH, alias gitfetch='gitfetch.py) from the bottom of your .bashrc file.
Step 7:
$ nvim .bashrc
$ cat .bashrcStep 8:
Check to ensure that the 2 lines have been removed. End your terminal session and start a new one to reload .bashrc file.
This might seem daunting, but I believe in you. You got this.
Step 1:
$ cd ~ && ls -aStep 2:
Check to ensure that the file titled .bashrc shows up.
Step 3:
Use your favourite text editor to insert the line export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" at the top of your .bashrc file.
Step 4:
$ nvim .bashrc
$ cat .bashrcStep 5:
Check to ensure that the line has been added. End your terminal session and start a new one to reload .bashrc file.
Step 1:
$ cd ~/.config/gitfetch-build/bin
$ ls -aStep 2:
Check to ensure that the file titled .gitfetchConfig shows up.
Step 3:
Use your favourite text editor to edit the value associated with the 'username' key in the file.
Step 4:
$ nvim .gitfetchConfig
$ cat .gitfetchConfigStep 5:
Check to ensure that your username has been updated. End your terminal session and start a new one to reload .gitfetchConfig file.
