summaryrefslogtreecommitdiffstats
path: root/install
AgeCommit message (Collapse)Author
2016-05-09[install] Set a temporary GOPATHJunegunn Choi
2016-04-250.12.10.12.1Junegunn Choi
2016-04-160.11.2Junegunn Choi
2016-04-14[install] Ask before updating shell configuration filesJunegunn Choi
2016-03-29Clean up install scriptJunegunn Choi
- Do not create zsh files if zsh is not installed (@adam8157) - Use command -v instead of which (@netei) - Reenable --pre option Close #531
2016-03-030.11.40.11.4Junegunn Choi
2016-02-21Update install script to try "go get ..."Junegunn Choi
Related: #470, #497
2016-02-070.11.30.11.3Junegunn Choi
2016-01-140.11.2Junegunn Choi
2015-12-010.11.10.11.1Junegunn Choi
2015-11-12[install] Add --32 / --64 optionsJunegunn Choi
Related: #373
2015-11-100.11.00.11.0Junegunn Choi
2015-11-09[install] Fix #414 - Respect $ZDOTDIRJunegunn Choi
2015-11-030.10.90.10.9Junegunn Choi
2015-10-26[install] Do not download binary if it's found in $PATH (#373)Junegunn Choi
/cc @xconstruct
2015-10-23Fix #394 - --bin option is brokenJunegunn Choi
2015-10-23Fix travis CI buildJunegunn Choi
2015-10-23Add command-line flags to install scriptJunegunn Choi
Close #392 usage: ./install [OPTIONS] --help Show this message --bin Download fzf binary only --all Download fzf binary and update configuration files to enable key bindings and fuzzy completion --[no-]key-bindings Enable/disable key bindings (CTRL-T, CTRL-R, ALT-C) --[no-]completion Enable/disable fuzzy completion (bash & zsh) --[no-]update-rc Whether or not to update shell configuration files
2015-10-090.10.80.10.8Junegunn Choi
2015-10-050.10.70.10.7Junegunn Choi
2015-10-01Remove dependency on zsh/pcre moduleAustin Ziegler
Fixes #363.
2015-09-24[install] Terminate install script when failed to update shell config0.10.6Junegunn Choi
Close #354
2015-09-19Revert "Revert "0.10.6""Junegunn Choi
This reverts commit 987799f8fbd2367fe99383a1ddf9ddf5d4ed253f.
2015-09-19Revert "0.10.6"Junegunn Choi
This reverts commit d2f3604c1dd176b485ab82cebc956560f2e73657.
2015-09-190.10.6Junegunn Choi
2015-09-120.10.5Junegunn Choi
2015-08-290.10.40.10.4Junegunn Choi
2015-08-27[install] Fall back statically-linked binary on 64-bit linuxJunegunn Choi
Close #322
2015-08-19[install] Improve error messageJunegunn Choi
2015-08-120.10.30.10.3Junegunn Choi
2015-08-11[install] Prerelease of 0.10.3Junegunn Choi
2015-08-08[install] Stop installer when failed to download the binaryJunegunn Choi
Close #312
2015-08-05[install] Add an extra new line characterJunegunn Choi
so that it doesn't corrupt file that doesn't end with a new line character. Close #311.
2015-08-030.10.20.10.2Junegunn Choi
2015-08-02[install] Always download binary when --pre is setJunegunn Choi
2015-08-02[install] Add --pre option for downloading prerelease binaryJunegunn Choi
2015-07-270.10.10.10.1Junegunn Choi
2015-07-27Revert "0.10.1"Junegunn Choi
This reverts commit 6166e2dd805b4647dbf20facab71ba0745c1ec44.
2015-07-260.10.1Junegunn Choi
2015-06-210.10.0Junegunn Choi
2015-06-030.9.130.9.13Junegunn Choi
2015-05-210.9.12Junegunn Choi
2015-05-12Suppress error message when loading completion.{zsh,bash}Junegunn Choi
Temporary workaround for https://github.com/Homebrew/homebrew/issues/39669
2015-05-09Fuzzy completion for zsh (#227)Junegunn Choi
2015-04-220.9.11Junegunn Choi
2015-04-180.9.100.9.10Junegunn Choi
2015-04-16`install --bin` just for downloading the binaryJunegunn Choi
2015-04-16Prepare for 0.9.9 releaseJunegunn Choi
2015-04-14Fix Unicode case handling (#186)Junegunn Choi
2015-04-13install: wait for LF in non-interactive shellJustin M. Keyes
"read -n 1 ..." ignores all but the first character of a line-delimited stream (e.g. "yes n | ./install").