nfetch() { echo "" echo "$USER @ $(hostname)" echo "" echo "kernel : $(uname -r)" echo "uptime : $(uptime -p)" echo "pkgs : $(dpkg -l | grep '^ii' | wc -l)" echo "bat : $(acpi -b | grep -Po '(?<=: ).*(?=,)' | tr -d '[:space:]') " # need to install acpi to run bat echo "" }
bloat-free!
OpenBSD users:
Too smart for NixOS - LMAO! I bet this guy has a conky on his Blackbox.
Good old conky lol. Its like it was made to be a config playground, and the actual functionality was an afterthought.
2GB dotfile repo
being lost without vim keybinds
Im_in_this_picture_and_I_dont_like_it.png
I use macOS btw
Also looking at my dotfiles repo…
This post is what is giving me the idea to finally set up a dotfiles repo for the first time.
If you do
neofetch > .bashrc
you will simply have a broken shell config. To addneofetch
to the bashrc you need to use echo.it is actually a 200 IQ meme. your average coomfiger doesnt know that much about shell scripting, but thinks they do.
or something. i definitely didnt get it wrong myself
Why would you
pipeedit: redirect neofetch into your .bashrc?so that everytime you launch a terminal, your neofetch data is displayed. Because wow, neofetch!!!
It doesn’t really make sense, since the data would be outdated anyway if piped into .bashrc that way…
It won’t work. It’s a dangerous command because a single
destroys your
.bashrc
. You may want eitherecho 'neofetch' >> .bashrc
orneofetch | sed -e 's:%:a:g' | sed -e "s:^\\(.*\\)$:printf '\1\\\\n':" >> .bashrc
or something of that kind.EDIT: tested out the latter command
It’s a dangerous command because a single
destroys your
.bashrc
.This is why you have a dotfiles repository, you noob!
true!! i meant
echo neofetch >> .bashrc
But .bashrc is executed, not displayed.
Maybe they meant to say
echo neofetch >> ~/.bashrc
.
That’s a redirection, not a pipe.
Average OpenBSD user
deleted by creator
Akchually, binary prefixes are the one and only correct prefixes for counting digital size of information (GiB instead of GB).
acckshually, i dont use ‘Giga’ or ‘Mega’, i just use bits, in scientific notation: 2.0*10^9
That wouldn’t be 2 GB, that would be 2 Gb
GB would be 2.0*10^9*8 bits
Almost and not always average Gentoo user
i had i3 run with no problems on some of the worst machines I had to use. I’ll fight with anyone that claims i3 is bloat.
Neofetch and NixOS are bloat.
Arch’s X setup sucks, sx is better.
But I can’t have sx if I use Linux ;(
I do use sx in Arch, though?
It was just an attempt at a dumb stereotypical joke that Linux users don’t have sex
Also, 2 GB of dotfiles is bloat
Must be pretty bad spaghetti code.