DELAEMON BLOG

Live as if you were to die tomorrow. Learn as if you were to live forever.

Fedora22のログインシェルを楽しげに表示する

ログインシェルをこうする。
f:id:delaemon:20151118002832p:plain

楽しげなパッケージをインストール

[root@host ~]# yum install cowsay fortune-mod figlet
Yum command has been deprecated, redirecting to '/usr/bin/dnf install cowsay fortune-mod figlet'.

Fedora22からyumの代わりにdnfというパッケージ管理が採用された。
yumはpython2でしか動かない、Fedora23でpython3が入る予定。

dnf install cowsay fortune-mod figlet

.bashrcに以下を記載

exec fortune | cowsay
figlet -f slant Welcome to the `hostname`

sshなどでログインすると牛が毎回しゃべる。