diff --git a/Dockerfile b/Dockerfile index 3cb3a27..a618866 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ FROM alpine:latest 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 8badb73..2ed8e99 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -124,5 +124,12 @@ path=("$HOME/.webman/bin" $path) # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh +[[ -f ~/.antigen.zsh ]] && source ~/.antigen.zsh +antigen bundle 'wfxr/forgit' +antigen apply + # Local config [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local + + + diff --git a/run_once_install.sh.tmpl b/run_once_install.sh.tmpl index b1f5b19..b9a5135 100644 --- a/run_once_install.sh.tmpl +++ b/run_once_install.sh.tmpl @@ -9,5 +9,11 @@ sudo apt install zsh tmux perl bash -y {{- else if eq .osid "darwin" }} brew install neovim zsh tmux perl {{- end }} -# curl -sS https://webinstall.dev/webi | bash -# ~/.local/bin/webi bat curlie delta jq rg fd gh + +curl -L git.io/antigen > ~/.antigen.zsh + +curl https://raw.githubusercontent.com/candrewlee14/webman/main/scripts/install.sh | sh +~/.webman/bin/webman group add modern-unix --all || echo "Not all modern-unix packages installed successfully" +~/.webman/bin/webman add fzf || echo "Fzf install failed" +~/.webman/bin/webman add zellij || echo "zellij install failed" +~/.webman/bin/webman add nvim || echo "nvim install failed"