Tag: fastfetch
All the articles with the tag "fastfetch".
-
登入 Ubuntu 後自動執行 fastfetch
在 /etc/profile.d/ 下建立 fastfetch.sh ,填入以下內容: #!/bin/bash fastfetch printf " " 將 /etc/profile.d/fastfetch.sh 檔案權限設定為可被執行: chmod +x /etc/profile.d/fastfetch.sh 下次登入 Ubuntu 就會出現如下畫面: