chezmoiignore fix and install jump

This commit is contained in:
Anton Volnuhin 2023-05-27 06:59:13 +03:00
parent 0bbc5e9c1e
commit 1a3a22a6d1
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
{{- if eq .chezmoi.os "darwin" }} {{- if ne .chezmoi.os "darwin" }}
Library Library
{{- end }} {{- end }}

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
{{ 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 gpg git curl wget ripgrep fd-find unzip util-linux util-linux-user python3-pip cargo go htop -y sudo dnf install gpg git curl wget ripgrep fd-find unzip util-linux util-linux-user python3-pip cargo go htop fzf bat -y
sudo dnf install fish neovim -y sudo dnf install fish neovim -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"
@ -12,7 +12,7 @@ fish -c "fish_add_path -U ~/.cargo/bin"
chsh -s /usr/bin/fish chsh -s /usr/bin/fish
#cargo install atuin #cargo install atuin
#go install jump GOBIN=.local/bin go install jump
{{ end -}} {{ end -}}