Skip to content
Chris Yuan | Blog
Go back

登入 Ubuntu 後自動執行 fastfetch

Edit page

Table of contents

Open Table of contents

設定方式

/etc/profile.d/ 下建立 fastfetch.sh ,填入以下內容:

#!/bin/bash

fastfetch
printf "\n\n"

/etc/profile.d/fastfetch.sh 檔案權限設定為可被執行:

chmod +x /etc/profile.d/fastfetch.sh

下次登入 Ubuntu 就會出現如下畫面:

ubuntu fastfetch


Edit page
Share this post on:

Previous Post
在 Terminal 下查詢 macOS 的 CPU 資訊的指令
Next Post
Thomas Paine《常識》Common Sense 維基百科條目中譯