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.