consistency work 2
This commit is contained in:
parent
ff8e12e7e9
commit
0937824901
@ -5,7 +5,7 @@ USER=$(whoami)
|
|||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
{{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.id "fedora")) -}}
|
{{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.id "fedora")) -}}
|
||||||
sudo dnf install $BASE_PACKAGES -y
|
sudo dnf install ${BASE_PACKAGES} -y
|
||||||
sudo dnf install fish neovim util-linux-user -y
|
sudo dnf install fish neovim util-linux-user -y
|
||||||
|
|
||||||
fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher"
|
fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher"
|
||||||
@ -22,7 +22,7 @@ sudo chsh -s /usr/bin/fish $USER
|
|||||||
|
|
||||||
{{ if (and (eq .chezmoi.os "linux") (or (eq .chezmoi.osRelease.id "debian") (eq .chezmoi.osRelease.id "ubuntu"))) -}}
|
{{ if (and (eq .chezmoi.os "linux") (or (eq .chezmoi.osRelease.id "debian") (eq .chezmoi.osRelease.id "ubuntu"))) -}}
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install $BASE_PACKAGES -y
|
sudo apt install ${BASE_PACKAGES} -y
|
||||||
|
|
||||||
|
|
||||||
{{ if eq .chezmoi.osRelease.id "debian" -}}
|
{{ if eq .chezmoi.osRelease.id "debian" -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user