Skip to content

Commit

Permalink
gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
petry committed Sep 10, 2024
1 parent 2ad8eab commit b0f9fed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/posts/fun-with-neofetch-and-bash-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:

Neofetch is one piece of customization I really miss when I am at different computers other than my main one. When executed, it provides a nice Linux ASCII art with context information about the machine. You can customize the style and information it returns.

<gif: neofetch standard implementation>
![neofetch1.gif](/docs/posts/neofetch1.gif)

Really nice, huh? Well, yes...

Expand All @@ -24,7 +24,7 @@ This standard implementation is limited and even pointless for the everyday expe

And with the power of bash scripts, yes, we can run customized `neofetch` with a simple `./neofetch.sh` call, and automate it to run as the first command of a new terminal window:

<gif: my implementation of neofetch>
![neofetch1.gif](/docs/posts/neofetch2.gif)

> Neofetch was discontinued on Apr 26, 2024, but you can still use it, as it is just a simple tweak.
Expand Down
Binary file added docs/posts/neofetch1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/posts/neofetch2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 3 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -642,10 +642,10 @@ envinfo@^7.8.1:
resolved "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz"
integrity sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==

esbuild-darwin-64@0.14.48:
esbuild-linux-64@0.14.48:
version "0.14.48"
resolved "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.14.48.tgz"
integrity sha512-gGQZa4+hab2Va/Zww94YbshLuWteyKGD3+EsVon8EWTWhnHFRm5N9NbALNbwi/7hQ/hM1Zm4FuHg+k6BLsl5UA==
resolved "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.14.48.tgz"
integrity sha512-vni3p/gppLMVZLghI7oMqbOZdGmLbbKR23XFARKnszCIBpEMEDxOMNIKPmMItQrmH/iJrL1z8Jt2nynY0bE1ug==

esbuild@^0.14.27, esbuild@^0.14.41:
version "0.14.48"
Expand Down Expand Up @@ -749,11 +749,6 @@ fs-extra@^10.1.0:
jsonfile "^6.0.1"
universalify "^2.0.0"

fsevents@~2.3.2:
version "2.3.2"
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz"
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==

function-bind@^1.1.1:
version "1.1.1"
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
Expand Down

0 comments on commit b0f9fed

Please sign in to comment.