2012-04-07 16:57:16 +00:00
|
|
|
## INSTALLATION
|
|
|
|
|
|
|
|
### REQUIREMENTS
|
|
|
|
|
2012-10-31 03:07:04 +00:00
|
|
|
- Python v2.6+
|
2012-09-27 08:57:13 +00:00
|
|
|
- Bash v4.0 for tab completion (or zsh)
|
2012-04-08 15:52:47 +00:00
|
|
|
|
2012-10-31 03:07:04 +00:00
|
|
|
If you are unable to update Python to a supported version, older versions of
|
|
|
|
autojump can be [downloaded][dl] and installed manually.
|
2012-04-12 09:03:03 +00:00
|
|
|
|
2012-05-08 19:18:43 +00:00
|
|
|
- Python v2.4 is supported by [release v12][v12].
|
2012-04-12 09:03:03 +00:00
|
|
|
|
2012-04-07 16:57:16 +00:00
|
|
|
### AUTOMATIC INSTALLATION
|
|
|
|
|
|
|
|
**Linux**
|
|
|
|
|
2012-10-31 03:07:04 +00:00
|
|
|
autojump is included in the following distro repositories, please use relevant
|
|
|
|
package management utilities to install (e.g. yum, apt-get, etc):
|
2012-04-07 16:57:16 +00:00
|
|
|
|
2012-04-18 06:38:49 +00:00
|
|
|
- Debian\* testing/unstable, Ubuntu, Linux Mint
|
|
|
|
- RedHat, Fedora, CentOS
|
|
|
|
- ArchLinux
|
|
|
|
- Gentoo
|
|
|
|
- Frugalware
|
|
|
|
- Slackware
|
2012-04-07 16:57:16 +00:00
|
|
|
|
2012-10-31 03:07:04 +00:00
|
|
|
\* Requires manual activation for policy reasons, please see
|
|
|
|
``/usr/share/doc/autojump/README.Debian``.
|
2012-04-07 16:57:16 +00:00
|
|
|
|
|
|
|
**Mac**
|
|
|
|
|
2012-04-12 08:31:36 +00:00
|
|
|
Homebrew is the recommended installation method for Mac OS X:
|
2012-04-07 16:57:16 +00:00
|
|
|
|
|
|
|
brew install autojump
|
|
|
|
|
2012-04-12 08:31:36 +00:00
|
|
|
MacPorts also available:
|
2012-04-12 06:40:18 +00:00
|
|
|
|
|
|
|
port install autojump
|
2012-04-07 16:57:16 +00:00
|
|
|
|
|
|
|
**Other**
|
|
|
|
|
2012-04-17 23:40:53 +00:00
|
|
|
Please check the [Wiki][wiki] for an up to date listing of installation methods.
|
2012-04-07 16:57:16 +00:00
|
|
|
|
|
|
|
### MANUAL INSTALLATION
|
|
|
|
|
2012-04-12 08:31:36 +00:00
|
|
|
Grab a copy of autojump:
|
2012-04-07 16:57:16 +00:00
|
|
|
|
|
|
|
git clone git://github.com/joelthelion/autojump.git
|
|
|
|
|
2012-04-12 08:31:36 +00:00
|
|
|
Run the installation script:
|
2012-04-07 16:57:16 +00:00
|
|
|
|
|
|
|
cd autojump
|
|
|
|
./install.sh [ --local ] [ --zsh ]
|
|
|
|
|
|
|
|
and follow on screen instructions.
|
|
|
|
|
|
|
|
### MANUAL UNINSTALLATION
|
|
|
|
|
2012-10-31 03:07:04 +00:00
|
|
|
It is recommended to use your distribution's relevant package management
|
|
|
|
utilities, unless you installed manually or ran into uninstallation issues.
|
2012-04-07 16:57:16 +00:00
|
|
|
|
|
|
|
Grab a copy of autojump:
|
|
|
|
|
|
|
|
git clone git://github.com/joelthelion/autojump.git
|
|
|
|
|
|
|
|
Run the uninstallation script:
|
|
|
|
|
|
|
|
cd autojump
|
|
|
|
./uninstall.sh
|
|
|
|
|
|
|
|
and follow on screen instructions.
|
|
|
|
|
2012-10-31 03:07:04 +00:00
|
|
|
If you keep getting `autojump: command not found` at the prompt, do:`unset
|
|
|
|
PROMPT_COMMAND`. You can also restart your shell.
|
2012-04-17 23:40:53 +00:00
|
|
|
|
|
|
|
[dl]: https://github.com/joelthelion/autojump/downloads
|
|
|
|
[v12]: https://github.com/downloads/joelthelion/autojump/autojump_v12.tar.gz
|
|
|
|
[wiki]: https://github.com/joelthelion/autojump/wiki
|