你是否還記得那段遍地都是 CRT 顯示器、終端屏幕閃爍不停的時光呢?
現在你并不需要穿越到過去來見證那段時光。假如你觀看背景設置在上世紀 90 年代的電影,你就可以看到大量帶有綠色或黑底白字的顯像管顯示器。這種極客光環讓它們看起來非常酷!
若你已經厭倦了你機器中終端的外表,正尋找某些炫酷且“新奇”的東西,則 cool-retro-term 將會帶給你一個復古的終端外表,使你可以重溫過去。cool-retro-term 是一個兼具酷炫和懷舊的終端。你也可以改變它的顏色、動畫類型并添加一些額外的特效。
下面是不同外觀下 cool-retro-term 的截圖:
在基于 Ubuntu 的 Linux 發行版本下安裝 cool-retro-term
如果想在基于 Ubuntu 的 Linux 發行版本下安裝 cool-retro-term,例如 Linux Mint,elementary OS, Linux Lite 等,可以使用下面的 PPA:
sudo add-apt-repository ppa:noobslab/apps sudo apt-get updatesudo apt-get install cool-retro-term
在基于 Arch 的 Linux 發行版本下安裝 cool-retro-term
若你想在諸如 Antergos 和 Manjaro 等基于 Arch 的 Linux 發行版本下安裝 cool-retro-term ,則可以使用下面的命令:
sudo pacman -S cool-retro-term
從源代碼安裝 cool-retro-term
如果你想從源代碼安裝這個應用,那么首先你需要安裝一些依賴。在基于 Ubuntu 的發行版本中,已知的依賴有:
sudo apt-get install git build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qtdeclarative5-controls-plugin qtdeclarative5-qtquick2-plugin libqt5qml-graphicaleffects qtdeclarative5-dialogs-plugin qtdeclarative5-localstorage-plugin qtdeclarative5-window-plugin
對于其他發行版本,已知的依賴可以在 cool-retro-term 的 github 頁面中找到。
現在使用下面的命令來編譯這個程序吧!
git clone https://github.com/Swordfish90/cool-retro-term.git cd cool-retro-termqmake && make
一旦程序編譯成功,你就可以使用下面的命令來運行它了:
./cool-retro-term
假如你想把這個應用放在程序菜單中以便快速找到,這樣你就不用再每次手動地用命令來啟動它,則你可以使用下面的命令:
sudo cp cool-retro-term.desktop /usr/share/applications
相關文章