@kendall
I'm assuming it's the 0.2.8 deb from here:
https://github.com/djmelik/archey/downloads
every online tutorial I've seen so far points to that link (or a direct download link from there)
install the 0.2.8 deb, then create ~/.bashrc and add a single line that reads
archey
Save the file .. now archey should start whenever you open the terminal
but It gives these errors
Traceback (most recent call last):
File "/usr/bin/archey", line 304, in <module>
func()
File "/usr/bin/archey", line 193, in user_display
output ('User', username)
File "/usr/bin/archey", line 134, in output
result.append(output)
UnboundLocalError: local variable 'output' referenced before assignment
I seriously doubt if this is fixable (or rather something you'd like to fix) .. the python script references lsb-release then displays the ASCII art (contained in the python script) for Ubuntu/Arch/Mint/Debian/Fedora/Crunchbang
But it doesn't contain any ASCII art for Peppermint so falls over when it reads "Peppermint" in lsb-release.
Screenfetch (similar to archey) has a Peppermint logo (ASCII art) included.
(bash as opposed to python script)
http://tuxtweaks.com/2013/12/install-screenfetch-linux/
(https://dl.dropboxusercontent.com/u/11876059/screenfetch-screenshot.png)