Skip to content

Instantly share code, notes, and snippets.

@yuhangch
Last active August 16, 2020 03:07
Show Gist options
  • Save yuhangch/23b8241f1b242e438cdcfcc9fe9c3ce8 to your computer and use it in GitHub Desktop.
Save yuhangch/23b8241f1b242e438cdcfcc9fe9c3ce8 to your computer and use it in GitHub Desktop.
CentOS 8 install autojump

Install autojump to CentOS 8.

Clone the repository to somewhere

git clone git://github.com/wting/autojump.git

link python3 to python

ln -s /usr/bin/python3 /usr/bin/python

Install/Remove autojump

cd autojump
./install.sh or ./uninstall.sh

Ref

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment