Skip to content

samuelrawrs/gitfetch

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

36 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

THE WEB BUILD IS NOW AVAILABLE.

gitfetch ๐Ÿ›ป

Neofetch for your Github profile. Gitfetch is optimized for terminals with font size 10.

Technologies used:

Quick start

Prerequisites

Gitfetch minimally requires Python3+ to be installed. Download from here.

Dependencies

All dependencies are handled by the installer.

Installation

WSL (Debian, Ubuntu, Fedora)

> git clone https://github.com/gongahkia/gitfetch
> cd gitfetch/installer
> ./mainInstall.sh

Linux, MacOS

$ git clone https://github.com/gongahkia/gitfetch
$ cd gitfetch/installer
$ ./mainInstall.sh

Troubleshooting

Encountered an issue that isn't covered here? Open an issue or shoot me a message on Telegram, and I'll get it sorted asap!


I want to uninstall Gitfetch ๐Ÿ˜”

Step 1:
Enter file directory containing gitfetch folder intially installed via git clone.

Step 2:

$ rm -r gitfetch
$ ls -a

Step 3:
Check to ensure the gitfetch folder has been deleted.

Step 4:

$ cd ~ && ls -a

Step 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 .bashrc

Step 8:
Check to ensure that the 2 lines have been removed. End your terminal session and start a new one to reload .bashrc file.


ls, sudo and other terminal commands suddenly don't work ๐Ÿ˜ญ

This might seem daunting, but I believe in you. You got this.

Step 1:

$ cd ~ && ls -a

Step 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 .bashrc

Step 5: Check to ensure that the line has been added. End your terminal session and start a new one to reload .bashrc file.


I typed the wrong Github username and want to change it ๐Ÿคก

Step 1:

$ cd ~/.config/gitfetch-build/bin
$ ls -a

Step 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 .gitfetchConfig

Step 5: Check to ensure that your username has been updated. End your terminal session and start a new one to reload .gitfetchConfig file.


Screenshots

About

๐Ÿ›๏ธ Creates snapshots of Github profiles, written in Python3 and Bash5.1+.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 88.0%
  • Shell 12.0%