dotfiles/run_once_before_install_main_deps.sh.tmpl
2023-05-27 06:59:13 +03:00

19 lines
571 B
Bash

#!/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 go htop fzf bat -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
GOBIN=.local/bin go install jump
{{ end -}}