1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-12-01 08:37:12 +00:00

Some function changes (deb extract, gc controller, cmake prefix)

This commit is contained in:
Phantop 2018-12-29 23:17:52 -05:00
parent e7c3c21903
commit e8490aac5e
5 changed files with 15 additions and 4 deletions

View file

@ -1,10 +1,10 @@
# Defined in /tmp/fish.kRzbVF/build.fish @ line 2 # Defined in /tmp/fish.SBvuh1/build.fish @ line 2
function build function build
s printf \ s printf \
gp gp
./autogen.sh ./autogen.sh
./configure --prefix=/usr ./configure --prefix=/usr
cmake . cmake -DCMAKE_INSTALL_PREFIX=/usr .
make make
s make install s make install
meson build meson build

View file

@ -0,0 +1,5 @@
# Defined in /tmp/fish.zzZ7OS/deb.fish @ line 1
function deb
ar -x $argv
zcat data.tar.gz | s tar xv
end

View file

@ -0,0 +1,6 @@
# Defined in /tmp/fish.Y27HkB/gamecube.fish @ line 2
function gamecube
uinput
cd $D/Source/nintendo/gc-adapter
./gc-adapter
end

View file

@ -1,4 +1,4 @@
# Defined in /tmp/fish.Y3P4Il/minecraft.fish @ line 1 # Defined in /tmp/fish.Y3P4Il/minecraft.fish @ line 1
function mc function minecraft
cd ~/.minecraft; java -jar launcher.jar cd ~/.minecraft; java -jar launcher.jar
end end

View file

@ -1,4 +1,4 @@
# Defined in /tmp/fish.UVN1rF/wall0.fish @ line 2 # Defined in /tmp/fish.4xdCgs/wallo.fish @ line 2
function wallo function wallo
rm ~/.config/wall0 rm ~/.config/wall0
cp $argv ~/.config/wall0 cp $argv ~/.config/wall0