You are not logged in.

Announcement

Due to heavy spamming of forums registration is going in stages. If you wish to register as a new user with ArchBang Forums, first register and then send an e-mail to: archbangforums at gmail dot com. It should contain the problem you want to discuss or some other AB related content. You will be promoted from registering member with no posting rights to new member with posting rights after that. If your mail is ignored you haven't fulfilled the requirements.

#1 2011-10-19 02:12:17

Keta
ArchBanger
From: Austria
Registered: 2011-09-13
Posts: 77

Archlinux

How can i make by Archlinux in terminal archey?
packer -S dont go :S

Offline

#2 2011-10-19 02:56:50

pablokal
Administrator
From: Nijmegen, Holland
Registered: 2010-10-12
Posts: 2,662
Website

Re: Archlinux

Have you tried: sudo packer -S archey

To customize the info displayed on archey, edit "/usr/bin/archey" directly and
look for the display array. Note: Archey can only allow up to 15 fields.

http://bbs.archbang.org/viewtopic.php?pid=5072#p5072


Getting your questions answered here at ArchBang Forums
Please! Always give hardware info, if there is a chance that 's relevant: #lspci -vnn
Quote: What I have learnt from Linux is to minimize dependencies and functionalities for greater independence.
On Arch(bang) and Openbox: http://stillstup.blogspot.com/

Offline

#3 2011-10-19 03:10:43

Keta
ArchBanger
From: Austria
Registered: 2011-09-13
Posts: 77

Re: Archlinux

pablokal wrote:

Have you tried: sudo packer -S archey

To customize the info displayed on archey, edit "/usr/bin/archey" directly and
look for the display array. Note: Archey can only allow up to 15 fields.

http://bbs.archbang.org/viewtopic.php?pid=5072#p5072

bash: sudo: command not found

:S shall i install sudo?
have though i dont need it^^

Offline

#4 2011-10-19 03:28:12

ArchVortex
Retired AB Overlord
From: Jakarta, Indonesia
Registered: 2011-04-01
Posts: 1,449

Re: Archlinux

Keta,

Yes, you'll need to install sudo if you want to use it. Or you can

  $ su
  $ password:

  # packer -S archey


After installing you will need to go to your .bashrc hidden in your home folder. It will look something like this:

alias ls='ls --color=auto'
[ ! "$UID" = "0" ] && archbey -c cyan
[  "$UID" = "0" ] && archbey -c red
#PS1="\[\e[01;31m\]┌─[\[\e[01;35m\u\e[01;31m\]]──[\[\e[00;37m\]${HOSTNAME%%.*}\[\e[01;32m\]]:\w$\[\e[01;31m\]\n\[\e[01;31m\]└──\[\e[01;36m\]>>\[\e[0m\]"

You need to comment out the archbey lines so it looks like this:

alias ls='ls --color=auto'
#[ ! "$UID" = "0" ] && archbey -c blue
#[  "$UID" = "0" ] && archbey -c red
#PS1="\[\e[01;31m\]┌─[\[\e[01;35m\u\e[01;31m\]]──[\[\e[00;37m\]${HOSTNAME%%.*}\[\e[01;32m\]]:\w$\[\e[01;31m\]\n\[\e[01;31m\]└──\[\e[01;36m\]>>\[\e[0m\]"

Then add archey to your .bashrc

alias ls='ls --color=auto'
#[ ! "$UID" = "0" ] && archbey -c blue
#[  "$UID" = "0" ] && archbey -c red
#PS1="\[\e[01;31m\]┌─[\[\e[01;35m\u\e[01;31m\]]──[\[\e[00;37m\]${HOSTNAME%%.*}\[\e[01;32m\]]:\w$\[\e[01;31m\]\n\[\e[01;31m\]└──\[\e[01;36m\]>>\[\e[0m\]"

archey -C blue

or white, green, red, yellow, black, magenta, cyan; whatever your preference color is. Default is blue

Save .bashrc and open a terminal and you should see archey instead of archbey


GUI's?? We don't need no stinkin' GUI's!!!

Offline

#5 2011-10-19 03:55:16

Keta
ArchBanger
From: Austria
Registered: 2011-09-13
Posts: 77

Re: Archlinux

┌[root]@[arch]:/home/lb$
└>>packer -S archey
bash: packer: command not found

i know the config, but cant install it as root, etc.. -.-

Offline

#6 2011-10-19 05:09:54

ArchVortex
Retired AB Overlord
From: Jakarta, Indonesia
Registered: 2011-04-01
Posts: 1,449

Re: Archlinux

Packer comes with ArchBang. Can you see if it's in your package list

  $ pacman -Q

If it's not in the list you will have to grab the tarball from the Packer page in AUR and untar and makepkg, pacman -U to install. Then you can download archey

Or, if you don't really use AUR, download the tarball from the Archey page in AUR, untar, makepkg, pacman -U to install


GUI's?? We don't need no stinkin' GUI's!!!

Offline

#7 2011-10-19 05:37:22

Keta
ArchBanger
From: Austria
Registered: 2011-09-13
Posts: 77

Re: Archlinux

Thaaaanks !!!!
Got it now :$

Offline

Board footer

Powered by FluxBB