mirror of
https://github.com/SrIzan10/TwisterOS.git
synced 2026-05-01 11:05:22 +00:00
forgot 'developers' in about
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
With the idea of being able to execute x86 software with a fast dynarec plus GPU acceleration opens the
|
||||
future of cheap ARM linux handhelds or laptops that would be able to run x86 Linux and Windows software (with
|
||||
Box86 and Wine x86). I would like to thank ptitSeb for his continuing development of Box86 and all the MESA
|
||||
drivers to keep working on GPU's that are really constrained on capabilities and giving them features that
|
||||
driver developers to keep working on GPU's that are really constrained on capabilities and giving them features that
|
||||
weren't meant for them, especially on Panfrost. Grayduck, the artist behind Twister OS, and Phoenixbyrd to
|
||||
the support on Discord and this official site.
|
||||
</p>
|
||||
|
||||
19
patch.sh
Normal file
19
patch.sh
Normal file
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
|
||||
# NEOFETCH TWISTER PATCHER
|
||||
echo 'This patch will change the ASCII of neofetch.'
|
||||
sleep 5
|
||||
|
||||
# Back default neofetch config
|
||||
echo 'Backing-up config...'
|
||||
sudo mv ${HOME}/.config/neofetch/config.conf ${HOME}/.config/neofetch/config.conf.bak
|
||||
|
||||
# Download the config and ASCII
|
||||
echo 'Downloading configs...'
|
||||
curl -sL -o ${HOME}/.config/neofetch/config.conf https://gitlab.com/Natsurii/twisteros-neofetch/-/raw/master/config.conf
|
||||
curl -sL -o ${HOME}/.config/neofetch/twister.txt https://gitlab.com/Natsurii/twisteros-neofetch/-/raw/master/twister.txt
|
||||
|
||||
echo 'DONE PATCHING!'
|
||||
sleep 5
|
||||
clear
|
||||
neofetch
|
||||
Reference in New Issue
Block a user