Merge branch 'master' of https://github.com/candrewlee14/dotfiles
This commit is contained in:
@@ -4,7 +4,7 @@ echo "Running installation script\n"
|
|||||||
{{- if eq .chezmoi.osRelease.id "alpine" }}
|
{{- if eq .chezmoi.osRelease.id "alpine" }}
|
||||||
apk update
|
apk update
|
||||||
apk add zsh neovim tmux bat perl
|
apk add zsh neovim tmux bat perl
|
||||||
{{- else if eq .chezmoi.osRelease.id "debian" }}
|
{{- else if (or (eq .chezmoi.osRelease.id "debian") (eq .chezmoi.osRelease.id "ubuntu")) }}
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install zsh neovim tmux perl -y
|
sudo apt install zsh neovim tmux perl -y
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user