diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..714cfed --- /dev/null +++ b/install.sh @@ -0,0 +1,4 @@ +sudo cp autojump /usr/bin/ +sudo cp autojump.sh /etc/profile.d/ +sudo cp autojump.1 /usr/share/man/man1/ +# I guess I could do the source-ing here too, but I'm not sure it's a good call. \ No newline at end of file