feat: add webman to PATH and install in Dockerfile
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
FROM alpine:latest
|
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 sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14
|
||||||
# RUN nvim --headless +'PlugInstall --sync' +qa
|
# RUN nvim --headless +'PlugInstall --sync' +qa
|
||||||
# RUN nvim --headless -u ~/.config/nvim/coq_init.vim +'PlugInstall --sync' +qa
|
# RUN nvim --headless -u ~/.config/nvim/coq_init.vim +'PlugInstall --sync' +qa
|
||||||
|
|||||||
@@ -116,6 +116,9 @@ nvimp() {
|
|||||||
nvim -u ~/.config/nvim/cmp_init.vim $1
|
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
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
|
|||||||
Reference in New Issue
Block a user