Hi, due to my obsessive inclination to fiddle with my setup, my system breaks every two 谩 three weeks I guess. That's why my whole system configuration ( .config or .local) is symlinked with Dropbox.
Every time when my system breaks, I run a 1600 lines long bash script to reinstall everything, then symlink from my Dropbox to my home folder and then I'm in the system again, everything is restored.
There is only one thing that prevents me to have an unattended installation. When I clone FZF, and start with fzf/install, it ask me everytime when I want keybindings, fuzzy find file, and to attend my scripts. I choose every time yes, yes and no. Is there a way to 'pre-set' this, so I can the FZF installation, like with apt install -y [package-name]?
To bypass the prompt, you can use the options shown in install --help. e.g. ./install --all
That's great! Didn't knew even the install contains a manual. Perhaps mention that in documentation too?
Thanks!
Most helpful comment
To bypass the prompt, you can use the options shown in
install --help. e.g../install --all