add fzf
This commit is contained in:
parent
b03ff6e543
commit
64292f3f79
1 changed files with 6 additions and 1 deletions
|
@ -16,7 +16,8 @@ ENV NEOVIM_PKGS="\
|
||||||
|
|
||||||
ENV GENERAL_PKGS="\
|
ENV GENERAL_PKGS="\
|
||||||
bash-completion \
|
bash-completion \
|
||||||
procps"
|
procps \
|
||||||
|
fzf"
|
||||||
|
|
||||||
ENV PYTHON_DEVEL_PKGS="\
|
ENV PYTHON_DEVEL_PKGS="\
|
||||||
python3\
|
python3\
|
||||||
|
@ -58,4 +59,8 @@ RUN nvim --headless +TSUpdateSync \
|
||||||
+"MasonInstall ${MASON_PKGS}" \
|
+"MasonInstall ${MASON_PKGS}" \
|
||||||
+qa || true
|
+qa || true
|
||||||
|
|
||||||
|
RUN echo $'[ -f /usr/share/fzf/key-bindings.bash ] && source /usr/share/fzf/key-bindings.bash \n\
|
||||||
|
[ -f /usr/share/fzf/shell/key-bindings.bash ] && source /usr/share/fzf/shell/key-bindings.bash \n\
|
||||||
|
[ -f /usr/share/fzf/completion.bash ] && source /usr/share/fzf/completion.bash' >> /root/.bashrc
|
||||||
|
|
||||||
ENTRYPOINT [ "/usr/bin/nvim" ]
|
ENTRYPOINT [ "/usr/bin/nvim" ]
|
||||||
|
|
Loading…
Reference in a new issue