From 069595b8d393a2b20b49c8a5bd7c4334093978a3 Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 7 Jan 2019 13:13:26 +0000 Subject: [PATCH] fzf --- BUIDL_bootcamp_VM.md => BUIDL_bootcamp_VM.txt | 0 ...mmands.md => BUIDL_bootcamp_ubuntu_install_commands.txt | 7 ++++++- change_RaspiBlitz_name.md => change_RaspiBlitz_name.txt | 0 3 files changed, 6 insertions(+), 1 deletion(-) rename BUIDL_bootcamp_VM.md => BUIDL_bootcamp_VM.txt (100%) rename BUIDL_bootcamp_ubuntu_install_commands.md => BUIDL_bootcamp_ubuntu_install_commands.txt (90%) rename change_RaspiBlitz_name.md => change_RaspiBlitz_name.txt (100%) diff --git a/BUIDL_bootcamp_VM.md b/BUIDL_bootcamp_VM.txt similarity index 100% rename from BUIDL_bootcamp_VM.md rename to BUIDL_bootcamp_VM.txt diff --git a/BUIDL_bootcamp_ubuntu_install_commands.md b/BUIDL_bootcamp_ubuntu_install_commands.txt similarity index 90% rename from BUIDL_bootcamp_ubuntu_install_commands.md rename to BUIDL_bootcamp_ubuntu_install_commands.txt index 26c34ee..6a1b8b7 100644 --- a/BUIDL_bootcamp_ubuntu_install_commands.md +++ b/BUIDL_bootcamp_ubuntu_install_commands.txt @@ -58,8 +58,13 @@ sudo chmod +x /usr/local/bin/docker-compose # sudo shutdown now -r cd digital-cash/ - source venv/bin/activate +source venv/bin/activate cd experiments/ docker-compose up --build # more troubleshooting: https://docs.docker.com/install/linux/linux-postinstall/ + +# install fuzzy file finder: +git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf +~/.fzf/install +# restart bash, use with CTRL + R \ No newline at end of file diff --git a/change_RaspiBlitz_name.md b/change_RaspiBlitz_name.txt similarity index 100% rename from change_RaspiBlitz_name.md rename to change_RaspiBlitz_name.txt