|
11 years ago 10 |
Install Archey:
Install Screenfetch:
To automatically start Archey or Screenfetch whenever you open the terminal, you just need to add “archey” or “screenfetch” into the bashrc file (/home/username/.bashrc for local user).
Very helpful!!!
Спасибо.
update
Tanks
I've actually deleted that debian package file as of today. For now, git and direct wgetting of the source file in one of the git repos are the only way to get the script.
You may want to update this tutorial to include updated instructions. My proposed edit:
Get: wget -O screenfetch 'https://raw.github.com/KittyKatt/screenFetch/master/screenfetch-dev'
Make executable: chmod +x screenfetch
Move: sudo mv screenfetch /usr/bin/
Thanks for the tutorial.
Creator of screenfetch, here: I really try to keep that package updated, but it's not really. My server is debian now, though, so I might automate that process on tagged commits. I'll comment here again if I do that.
Thank you for tutorial :)