Skip to content

Yoouss/fastfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fastfetch configuration

Fastfetch is a tool for fetching system information and displaying them on your terminal in a pretty way

preview

In this repo you'll find my fastfetch config file which lets you customize your fastfetch command

Installation

0. Requirements

Make sure fastfetch is installed on your system

# For WSL and Debian based Distros (Ubuntu, Linux Mint, ...)
sudo apt install fastfetch
# For Arch based Distros (Arch, EndeavourOS, ...)
sudo pacman -S fastfetch
# For macOS users
brew install fastfetch

1. Create the fastfetch config folder

mkdir -p ~/.config/fastfetch

Fastfetch will automatically use it from there each time you run its command


2. Clone the repo directly into it

  • Via https :
git clone https://github.com/Yoouss/fastfetch.git ~/.config/fastfetch
  • Or ssh :
git clone git@github.com:Yoouss/fastfetch.git ~/.config/fastfetch

3. Remove the git folder

rm -rf ~/.config/fastfetch/.git

You can also delete the preview and README if you want

rm ~/.config/fastfetch/preview.png
rm ~/.config/fastfetch/README.md

Usage

Just run :

fastfetch

and there you go !

Notes

  • This fastfetch config is part of my Linux Setup, if you want a similar terminal, I'll publish my Kitty, Zsh and Powerlevel10k config one day : )

If you want to modify my fastfetch configuration, go to :

cd ~/.config/fastfetch

And modify the config.jsonc as you like using your favorite text editor

About

My fastfetch configuration, feel free to use it and modify it

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Contributors