2012-04-07 16:57:16 +00:00
|
|
|
## INSTALLATION
|
|
|
|
|
|
|
|
### REQUIREMENTS
|
|
|
|
|
2014-01-07 18:32:35 +00:00
|
|
|
- Python v2.6+
|
2014-06-29 02:06:16 +00:00
|
|
|
- Supported shells:
|
|
|
|
- bash v4.0+
|
|
|
|
- zsh
|
|
|
|
- fish
|
|
|
|
- tcsh (experimental)
|
|
|
|
- clink (Windows, experimental)
|
2012-04-08 15:52:47 +00:00
|
|
|
|
2014-01-07 18:32:35 +00:00
|
|
|
### AUTOMATIC
|
2012-04-12 09:03:03 +00:00
|
|
|
|
2014-01-07 18:32:35 +00:00
|
|
|
#### Linux
|
2012-04-07 16:57:16 +00:00
|
|
|
|
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
|
|
|
|
2014-01-07 18:32:35 +00:00
|
|
|
- Debian testing/unstable, Ubuntu, Linux Mint
|
|
|
|
|
|
|
|
All Debian-derived distros require manual activation for policy reasons,
|
|
|
|
please see `/usr/share/doc/autojump/README.Debian`.
|
|
|
|
|
2012-04-18 06:38:49 +00:00
|
|
|
- RedHat, Fedora, CentOS
|
|
|
|
- ArchLinux
|
|
|
|
- Gentoo
|
|
|
|
- Frugalware
|
|
|
|
- Slackware
|
2012-04-07 16:57:16 +00:00
|
|
|
|
2014-01-07 18:32:35 +00:00
|
|
|
#### OS X
|
2012-04-07 16:57:16 +00:00
|
|
|
|
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
|
|
|
|
2014-01-15 21:16:41 +00:00
|
|
|
## Windows
|
|
|
|
|
|
|
|
Windows support is enabled by [clink](https://code.google.com/p/clink/) which
|
|
|
|
should be installed prior to installing autojump.
|
|
|
|
|
2014-01-07 18:32:35 +00:00
|
|
|
### MANUAL
|
2012-04-07 16:57:16 +00:00
|
|
|
|
|
|
|
Grab a copy of autojump:
|
|
|
|
|
|
|
|
git clone git://github.com/joelthelion/autojump.git
|
|
|
|
|
2014-01-07 18:32:35 +00:00
|
|
|
Run the installation script and follow on screen instructions.
|
2012-04-07 16:57:16 +00:00
|
|
|
|
|
|
|
cd autojump
|
2014-06-29 00:26:02 +00:00
|
|
|
./install.py or ./uninstall.py
|