initial install for Fedora

This commit is contained in:
Anton Volnuhin 2023-05-27 06:25:03 +03:00
parent 547a740166
commit d0aea0f518

View File

@ -0,0 +1,16 @@
#!/usr/bin/env bash
{{ 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 htop -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 "fish_add_path -U ~/.local/bin"
fish -c "fish_add_path -U ~/.cargo/bin"
chsh -s /usr/bin/fish
cargo install atuin
{{ end -}}