2012-04-07 16:57:16 +00:00
|
|
|
## INSTALLATION
|
|
|
|
|
|
|
|
### REQUIREMENTS
|
|
|
|
|
2018-09-07 06:13:58 +00:00
|
|
|
- Python v2.6+ or Python v3.3+
|
|
|
|
- Supported shells
|
|
|
|
- bash - first class support
|
|
|
|
- zsh - first class support
|
|
|
|
- fish - community supported
|
|
|
|
- tcsh - community supported
|
|
|
|
- clink - community supported
|
|
|
|
- Supported platforms
|
|
|
|
- Linux - first class support
|
|
|
|
- OS X - first class support
|
|
|
|
- Windows - community supported
|
|
|
|
- BSD - community supported
|
|
|
|
- Supported installation methods
|
|
|
|
- source code - first class support
|
|
|
|
- Debian and derivatives - first class support
|
|
|
|
- ArchLinux / Gentoo / openSUSE / RedHat and derivatives - community supported
|
|
|
|
- Homebrew / MacPorts - community supported
|
|
|
|
|
|
|
|
Due to limited time and resources, only "first class support" items will be
|
|
|
|
maintained by the primary committers. All "community supported" items will be
|
|
|
|
updated based on pull requests submitted by the general public.
|
|
|
|
|
|
|
|
Please continue opening issues and providing feedback for community supported
|
|
|
|
items since consolidating information helps other users troubleshoot and submit
|
|
|
|
enhancements and fixes.
|
|
|
|
|
|
|
|
### MANUAL
|
|
|
|
|
|
|
|
Grab a copy of autojump:
|
|
|
|
|
|
|
|
git clone git://github.com/wting/autojump.git
|
|
|
|
|
|
|
|
Run the installation script and follow on screen instructions.
|
|
|
|
|
|
|
|
cd autojump
|
|
|
|
./install.py or ./uninstall.py
|
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
|
2018-09-07 06:13:58 +00:00
|
|
|
package management utilities to install (e.g. apt-get, yum, pacman, etc):
|
2012-04-07 16:57:16 +00:00
|
|
|
|
2017-02-18 02:59:06 +00:00
|
|
|
- Debian, Ubuntu, Linux Mint
|
2014-01-07 18:32:35 +00:00
|
|
|
|
|
|
|
All Debian-derived distros require manual activation for policy reasons,
|
|
|
|
please see `/usr/share/doc/autojump/README.Debian`.
|
|
|
|
|
2018-09-07 06:13:58 +00:00
|
|
|
- RedHat, Fedora, CentOS
|
|
|
|
|
|
|
|
Install `autojump-zsh` for zsh, `autojump-fish` for fish, etc.
|
|
|
|
|
2012-04-18 06:38:49 +00:00
|
|
|
- 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
|
|
|
|
|
2018-09-07 06:13:58 +00:00
|
|
|
MacPorts is 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
|
|
|
|
|
2016-05-04 06:44:43 +00:00
|
|
|
Windows support is enabled by [clink](https://mridgers.github.io/clink/) which
|
2014-01-15 21:16:41 +00:00
|
|
|
should be installed prior to installing autojump.
|