This is a small resource for me to use when I want to play the most up-to-date Steam games. IFYKYK 😉
- A Steam account
- SteamTools (optional)
⚠️ This guide uses theapt
package manager, if you are using another package manager, please follow the related package installation guide according to the one you are using.
There is a short tutorial how to make your GNOME panel like the image below
owaraigeinin read chapter 15 - 33 of: | |
My Bias Gets on the Last Train | |
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔ | |
💬 0 | 🤍 0 |
JSON 1 hr 33 mins ████████████▏░░░░░░░░ 58.3% | |
TypeScript 1 hr 7 mins ████████▊░░░░░░░░░░░░ 41.8% |
Skyfall Adele | |
Futsal Shuffle 2020 - B Lil Uzi Vert | |
20 Min Lil Uzi Vert | |
BACK PACKER SEOK MATTHEW & PA | |
真的 麦小兜 | |
Circles Post Malone | |
Your face Wisp | |
LOVE SCENARIO iKON | |
Nas Is Like Nas | |
Come And Get It Chill Select & SK |
HTML +20/ -20 ███████████████████▏░ 91.4% | |
Python +2/ -2 ▉░░░░░░░░░░░░░░░░░░░░ 4.4% | |
CSS +1/ -1 ▍░░░░░░░░░░░░░░░░░░░░ 2.4% | |
JavaScript +5/ -0 ▍░░░░░░░░░░░░░░░░░░░░ 1.8% |
🌞 Morning 122 commits ███████░░░░░░░░░░░░░░ 33.4% | |
🌆 Daytime 97 commits █████▌░░░░░░░░░░░░░░░ 26.6% | |
🌃 Evening 118 commits ██████▊░░░░░░░░░░░░░░ 32.3% | |
🌙 Night 28 commits █▌░░░░░░░░░░░░░░░░░░░ 7.7% |
OS=`echo \`uname\` | tr '[:upper:]' '[:lower:]'` | |
AURL="https://gist.githubusercontent.com/hightemp/5071909/raw/" | |
ANAME=".bash_aliases" | |
TMPAPATH="/tmp/$ANAME" | |
HOMEAPATH="~/$ANAME" | |
[ "$OS" = "windowsnt" ] && OS_WIN="yes" | |
[ "$OS" = "darwin" ] && OS_MAC="yes" | |
[ "$OS" = "linux" ] && OS_LIN="yes" |