1
0
mirror of https://github.com/wting/autojump synced 2025-06-13 12:54:07 +00:00

Migrated from home v14

joelthelion 2010-08-20 03:12:30 -07:00
parent abd8ac8791
commit 3619079e18

@ -35,6 +35,21 @@ will print out something in the lines of:
The "key weight" reflects the amount of time you spend in a directory. The "key weight" reflects the amount of time you spend in a directory.
*DOWNLOAD*
If the github downloads don't work for you, you can get autojump "here":autodedi
[autodedi]http://sd-12155.dedibox.fr/~joel/public/autojump.tar.gz
*INSTALLATION*
For automatic installation, make sure that install.sh is executable. If not (or if not sure), run <pre>chmod +x install.sh</pre>
Once it is executable, run <pre>./install.sh</pre> It will tell you any necessary steps from there.
Manual installation of autojump is very simple: copy autojump to /usr/bin, autojump.sh to /etc/profile.d, and autojump.1 to /usr/share/man/man1. Make sure you source /etc/profile in your .bashrc:
source /etc/profile
*FEEDBACK* *FEEDBACK*
For any feedback, please post to the "autojump mailing list / forum":forum For any feedback, please post to the "autojump mailing list / forum":forum
@ -48,15 +63,6 @@ Joel Schaerer (joel.schaerer (at) laposte.net)
autojump is distributed under the terms of the GPL, version 3. autojump is distributed under the terms of the GPL, version 3.
*INSTALLATION*
For automatic installation, make sure that install.sh is executable. If not (or if not sure), run <pre>chmod +x install.sh</pre>
Once it is executable, run <pre>./install.sh</pre> It will tell you any necessary steps from there.
Manual installation of autojump is very simple: copy autojump to /usr/bin, autojump.sh to /etc/profile.d, and autojump.1 to /usr/share/man/man1. Make sure you source /etc/profile in your .bashrc:
source /etc/profile
*PACKAGING* *PACKAGING*