summaryrefslogtreecommitdiffstats
path: root/install
AgeCommit message (Collapse)Author
2016-11-190.15.80.15.8Junegunn Choi
2016-11-090.15.70.15.7Junegunn Choi
2016-11-090.15.60.15.6Junegunn Choi
2016-10-230.15.50.15.5Junegunn Choi
2016-10-040.15.40.15.4Junegunn Choi
2016-09-290.15.30.15.3Junegunn Choi
2016-09-250.15.20.15.2Junegunn Choi
2016-09-210.15.10.15.1Junegunn Choi
2016-09-18Revise ranking algorithmJunegunn Choi
2016-08-210.13.50.13.5Junegunn Choi
2016-08-140.13.40.13.4Junegunn Choi
2016-07-160.13.30.13.3Junegunn Choi
2016-07-16[install] Build fzf if prebuilt binary doesn't workJunegunn Choi
Close #617
2016-07-04[install] Make sure to unset pipefailJunegunn Choi
2016-07-04[install] Fix error in install scriptJunegunn Choi
Close #608
2016-07-04[install] Fall back to wget if curl failedJunegunn Choi
Close #605
2016-06-160.13.20.13.2Junegunn Choi
2016-06-140.13.10.13.1Junegunn Choi
2016-06-120.13.00.13.0Junegunn Choi
2016-05-190.12.20.12.2Junegunn Choi
2016-05-17[install] go get -u github.com/junegunn/fzf/src/fzfJunegunn Choi
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