mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-26 14:16:13 +00:00
Edit some Nintendo-related function (3DS mounting)
This commit is contained in:
parent
ed08631b44
commit
b2e9debfea
4
.config/fish/functions/3ds.fish
Normal file
4
.config/fish/functions/3ds.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.VTAv1N/3ds.fish @ line 1
|
||||||
|
function 3ds
|
||||||
|
mount3ds
|
||||||
|
end
|
||||||
4
.config/fish/functions/3dsmount.fish
Normal file
4
.config/fish/functions/3dsmount.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.Iu1xHu/3dsmount.fish @ line 1
|
||||||
|
function 3dsmount
|
||||||
|
mount3ds
|
||||||
|
end
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Defined in /tmp/fish.XYALhp/build.fish @ line 2
|
# Defined in /tmp/fish.g6wC1F/build.fish @ line 2
|
||||||
function build
|
function build
|
||||||
s printf \
|
s printf \
|
||||||
g pull
|
gp
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
cmake .
|
cmake .
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
# Defined in /tmp/fish.HDntoQ/citradl.fish @ line 2
|
# Defined in /tmp/fish.V22h46/citradl.fish @ line 2
|
||||||
function citradl
|
function citradl
|
||||||
fruitdl $argv citra
|
fruitdl $argv citra
|
||||||
|
citra
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
# Defined in /tmp/fish.QM6yoH/etch.fish @ line 1
|
|
||||||
function etch
|
|
||||||
s dd if=$argv[1] |pv| s dd of=$argv[2]
|
|
||||||
end
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Defined in /tmp/fish.tbkHRu/fruitdl.fish @ line 2
|
# Defined in /tmp/fish.cOeTFi/fruitdl.fish @ line 2
|
||||||
function fruitdl
|
function fruitdl
|
||||||
set emu $argv[2]
|
set emu $argv[2]
|
||||||
cd $D/Games/Emulators/$emu
|
cd $D/Games/Emulators/$emu
|
||||||
|
|
@ -13,6 +13,4 @@ function fruitdl
|
||||||
echo $file > emuver
|
echo $file > emuver
|
||||||
rm (basename $file).7z
|
rm (basename $file).7z
|
||||||
end
|
end
|
||||||
|
|
||||||
eval $emu
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
5
.config/fish/functions/fruitup.fish
Normal file
5
.config/fish/functions/fruitup.fish
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Defined in /tmp/fish.kHem7R/fruitup.fish @ line 1
|
||||||
|
function fruitup
|
||||||
|
fruitdl canary yuzu
|
||||||
|
fruitdl canary citra
|
||||||
|
end
|
||||||
5
.config/fish/functions/mount3ds.fish
Normal file
5
.config/fish/functions/mount3ds.fish
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Defined in /tmp/fish.WPd3oQ/mount3ds.fish @ line 1
|
||||||
|
function mount3ds
|
||||||
|
mount_sd --movable ~/.3ds/movable.sed $D/Installs/Backup/3DS/Nintendo\ 3DS $D/Installs/Backup/3DS/SD
|
||||||
|
mount_titledir $D/Installs/Backup/3DS/SD/b81f00ba4783ae5a534430320002544d/title/ $D/Games/Roms/3DS
|
||||||
|
end
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
# Defined in /tmp/fish.WhC7JT/yuzudl.fish @ line 2
|
# Defined in /tmp/fish.hUp1l4/yuzudl.fish @ line 2
|
||||||
function yuzudl
|
function yuzudl
|
||||||
fruitdl $argv yuzu
|
fruitdl $argv yuzu
|
||||||
|
yuzu
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
discord https://discordapp.com/channels/@me
|
discord https://discordapp.com/channels/@me
|
||||||
docs https://docs.google.com/document/u/1/?tgif=c
|
docs https://docs.google.com/document/u/1/?tgif=c
|
||||||
wa https://web.whatsapp.com/
|
wa https://web.whatsapp.com/
|
||||||
hs http://horriblesubs.info/
|
hs https://horriblesubs.info/
|
||||||
class https://classroom.google.com/u/1/h
|
class https://classroom.google.com/u/1/h
|
||||||
drive https://drive.google.com/drive/u/1/my-drive
|
drive https://drive.google.com/drive/u/1/my-drive
|
||||||
dw https://distrowatch.com/
|
dw https://distrowatch.com/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue