From 4f02661fc4b4840ebd816a0626e30dbb1c34496c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 12 May 2022 00:34:13 -0600 Subject: [PATCH] feat: add webman to PATH and install in Dockerfile --- Dockerfile | 3 ++- dot_zshrc | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1113f3c..3cb3a27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM alpine:latest -RUN apk update && apk add git curl +RUN apk --no-cache add git curl +RUN curl https://raw.githubusercontent.com/candrewlee14/webman/main/scripts/install.sh | sh RUN sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14 # RUN nvim --headless +'PlugInstall --sync' +qa # RUN nvim --headless -u ~/.config/nvim/coq_init.vim +'PlugInstall --sync' +qa diff --git a/dot_zshrc b/dot_zshrc index 3ed8977..8badb73 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -116,6 +116,9 @@ nvimp() { nvim -u ~/.config/nvim/cmp_init.vim $1 } +# Add path to webman (package manager) bin +path=("$HOME/.webman/bin" $path) + [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.