summaryrefslogtreecommitdiffstats
path: root/install
AgeCommit message (Collapse)Author
2020-10-290.24.10.24.1Junegunn Choi
2020-10-28[install] Pass version number to go get commandJunegunn Choi
Related: https://github.com/junegunn/fzf.vim/issues/1150#issuecomment-717735149
2020-10-270.24.00.24.0Junegunn Choi
2020-10-270.24.0-rc10.24.0-rc1Junegunn Choi
2020-10-110.23.10.23.1Junegunn Choi
2020-10-070.23.00.23.0Junegunn Choi
2020-08-020.22.00.22.0Junegunn Choi
2020-04-17[install] Clarify that .bashrc should be loaded from .bash_profile on macOSJunegunn Choi
Close #1986
2020-04-030.21.10.21.1Junegunn Choi
2020-03-120.21.00.21.0Junegunn Choi
2019-12-180.20.00.20.0Junegunn Choi
2019-11-16[install] Support busybox uname on Windows (#1758)Jan Edmund Lazo
2019-11-150.19.00.19.0Junegunn Choi
2019-05-07[install] Remove unused variable in install script (#1571)Dominik Reller
2019-03-310.18.00.18.0Junegunn Choi
2019-03-08[install] Avoid generating empty component in $PATHJunegunn Choi
Fix #1517
2019-03-05[install] Fix symlink logJunegunn Choi
Related #1466
2019-03-05[install] Print better error message when `fzf --version` failedJunegunn Choi
Related #1466
2018-10-070.17.50.17.5Junegunn Choi
2018-09-27[install] Escape spaces in installation directoryJunegunn Choi
Close #1390
2018-09-25[install] Detect MSYS on Windows (#1391)Jan Edmund Lazo
2018-06-100.17.40.17.4Junegunn Choi
2018-06-01[install] Support for XDG Base Directory Specification (#1282)Mark
Add --xdg option which makes the installer generate files under $XDG_CONFIG_HOME/fzf.
2018-01-14[install] Make default answer "y" (#1195)Pierre P
2017-12-030.17.30.17.3Junegunn Choi
2017-12-03Revert "0.17.2"Junegunn Choi
This reverts commit 2f1edeff78e275662667abc616287e7b9909c1c0.
2017-12-030.17.2Junegunn Choi
2017-11-27[install] Change the order of case patterns for $archi (#1060)Junegunn Choi
/cc @ehandal
2017-10-160.17.10.17.1Junegunn Choi
2017-10-08[install] Download arm8 binaries on Linux aarch64Junegunn Choi
Close #1060
2017-09-11[install] Don't touch dotfiles if not requested (#1048)Lawrence Wu
2017-09-03[install] Add --no-{bash,zsh,fish}Junegunn Choi
Close #1040
2017-09-03[install] Ignore user-defined grep aliasesJunegunn Choi
2017-09-01[install] Wait for a linefeed when asking for confirmationJunegunn Choi
Close #1035
2017-08-270.17.00.17.0Junegunn Choi
2017-08-13Add MinGW 64 to install fzf in Windows 64-bit (#1015)Jan Edmund Lazo
2017-08-020.16.110.16.11Junegunn Choi
2017-07-28Add MinGW on Windows to install script (#998)Andrew Halberstadt
Running uname -sm yields: MINGW32_NT-6.2 i686
2017-07-210.16.100.16.10Junegunn Choi
2017-07-210.16.90.16.9Junegunn Choi
2017-06-050.16.80.16.8Junegunn Choi
2017-06-03Fixes for CygwinJunegunn Choi
- Update install script to download Windows binary if $TERM == cygwin - Unset TERM if $TERM == cygwin (#933) - Always use cmd.exe instead of $SHELL when running commands
2017-06-02Fix Makefile and install script for the new project layoutJunegunn Choi
2017-06-02Add git revision to --version outputJunegunn Choi
2017-04-300.16.70.16.7Junegunn Choi
2017-04-28[fish] Fix ~/.config/fish/functions/fish_user_key_bindings.fishJunegunn Choi
Install script will create the file with the proper function body only if the file doesn't exist. If it already exists, it will try to append `fzf_key_bindings` as before. Close #851
2017-03-10Make install script to work with non GNU tar (#871)Christian Sturm
2017-03-050.16.60.16.6Junegunn Choi
2017-02-190.16.50.16.5Junegunn Choi
2017-02-06Remove Ruby versionJunegunn Choi
Related #832