1
0
Fork 0

removed osu and steam

This commit is contained in:
Kim, Jimin 2021-07-24 00:33:31 +09:00
parent 14b2b5f471
commit 8d8468be4a

View file

@ -444,13 +444,6 @@ setup_optimus_manager() {
# Energy Saver: -155, -365 # Energy Saver: -155, -365
} }
setup_osu() {
package_install \
osu \
# https://akatsuki.pw/doc/linux
}
setup_plymouth() { setup_plymouth() {
# must be done after optimus # must be done after optimus
# https://wiki.archlinux.org/title/plymouth # https://wiki.archlinux.org/title/plymouth
@ -462,14 +455,6 @@ setup_plymouth() {
} }
setup_steam() {
package_install \
steam-manjaro \
# change steam library directory (/media/pomp/data/programs/SteamLibrary)
# enable steam proton play
}
setup_shfmt() { setup_shfmt() {
: :
} }