1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00
wting_autojump/docs/install.md

57 lines
1.1 KiB
Markdown
Raw Normal View History

## INSTALLATION
### REQUIREMENTS
2016-05-04 06:44:43 +00:00
- Python v2.6+ except v3.2
- Supported shells:
- bash v4.0+
- zsh
- fish
- tcsh (experimental)
- clink (Windows, experimental)
2014-01-07 18:32:35 +00:00
### AUTOMATIC
2014-01-07 18:32:35 +00:00
#### 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):
- 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`.
- 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
2014-01-07 18:32:35 +00:00
#### OS X
Homebrew is the recommended installation method for Mac OS X:
brew install autojump
MacPorts also available:
port install autojump
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.
2014-01-07 18:32:35 +00:00
### MANUAL
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.
cd autojump
./install.py or ./uninstall.py