mirror of
https://github.com/Melon-Bread/gnu-slash-dot-files
synced 2024-11-24 16:28:23 -05:00
Added a few scripts I use
This commit is contained in:
parent
4b49b5f6ee
commit
e36cd5ab32
3
.bin/EmuForce.sh
Executable file
3
.bin/EmuForce.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
yay -S pcsx2-git citra-canary-git yuzu-canary-git rpcs3-git dolphin-emu-git retroarch-git --noconfirm
|
3
.bin/Peeperz.sh
Executable file
3
.bin/Peeperz.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
ffmpeg -f x11grab -r 30 -s 1920x1080 -i :0.0+1105,600 -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0
|
12
.bin/RA-Update.sh
Executable file
12
.bin/RA-Update.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo 'Updating RetroArch...'
|
||||
yay -S retroarch-git --noconfirm
|
||||
|
||||
echo 'Updating Cores....'
|
||||
python ~/Documents/Projects/RetroUFO/RetroUFO.py
|
||||
|
||||
echo 'Updating Thumbnails'
|
||||
cd "~/.config/retroarch/thumbnails/"
|
||||
git pull --recurse-submodules
|
||||
git submodule update --remote --recursive
|
2
.bin/push_it_to_the_limit.sh
Executable file
2
.bin/push_it_to_the_limit.sh
Executable file
@ -0,0 +1,2 @@
|
||||
python /home/melon/Documents/Git/fusee-launcher/fusee-launcher.py
|
||||
"/home/melon/Documents/Git/fusee-launcher/hekate_ctcaer_4.5.bin"
|
2
.bin/watch_me_bleed.sh
Executable file
2
.bin/watch_me_bleed.sh
Executable file
@ -0,0 +1,2 @@
|
||||
killall plasmashell
|
||||
kstart5 plasmashell
|
Loading…
Reference in New Issue
Block a user