2012-04-07 16:57:16 +00:00
|
|
|
## INSTALLATION
|
|
|
|
|
|
|
|
### REQUIREMENTS
|
|
|
|
|
2012-04-12 05:37:16 +00:00
|
|
|
Python v2.7+ or 3.2+
|
2012-04-07 16:57:16 +00:00
|
|
|
|
2012-04-08 15:52:47 +00:00
|
|
|
Bash v4.0+ for tab completion
|
|
|
|
|
2012-04-07 16:57:16 +00:00
|
|
|
### AUTOMATIC INSTALLATION
|
|
|
|
|
|
|
|
**Linux**
|
|
|
|
|
|
|
|
autojump is included in the following distro repositories, please use relevant package management utilities to install (e.g. yum, apt-get, etc):
|
|
|
|
|
|
|
|
- Debian testing/unstable, Ubuntu, Linux Mint
|
|
|
|
|
|
|
|
On Debian only, autojump requires manual activation for policy reasons. Please see ``/usr/share/doc/autojump/README.Debian``.
|
|
|
|
|
|
|
|
- RedHat, Fedora, CentOS
|
|
|
|
- ArchLinux
|
|
|
|
- Gentoo
|
|
|
|
- Frugalware
|
|
|
|
- Slackware
|
|
|
|
|
|
|
|
**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**
|
|
|
|
|
|
|
|
Please check the [Wiki](https://github.com/joelthelion/autojump/wiki) for an up to date listing of installation methods.
|
|
|
|
|
|
|
|
### 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
|
|
|
|
|
|
|
|
It is recommended to use your distribution's relevant package management utilities, unless you installed manually or ran into uninstallation issues.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
If you keep getting `autojump: command not found` at the prompt, do:`unset PROMPT_COMMAND`. You can also restart your shell.
|