mirror of
https://github.com/Phantop/dotfiles
synced 2025-01-11 14:47:23 +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
|
||||
s printf \
|
||||
g pull
|
||||
gp
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr
|
||||
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
|
||||
fruitdl $argv citra
|
||||
citra
|
||||
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
|
||||
set emu $argv[2]
|
||||
cd $D/Games/Emulators/$emu
|
||||
|
@ -13,6 +13,4 @@ function fruitdl
|
|||
echo $file > emuver
|
||||
rm (basename $file).7z
|
||||
end
|
||||
|
||||
eval $emu
|
||||
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
|
||||
fruitdl $argv yuzu
|
||||
yuzu
|
||||
end
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
discord https://discordapp.com/channels/@me
|
||||
docs https://docs.google.com/document/u/1/?tgif=c
|
||||
wa https://web.whatsapp.com/
|
||||
hs http://horriblesubs.info/
|
||||
hs https://horriblesubs.info/
|
||||
class https://classroom.google.com/u/1/h
|
||||
drive https://drive.google.com/drive/u/1/my-drive
|
||||
dw https://distrowatch.com/
|
||||
|
|
Loading…
Reference in a new issue