initial install for Fedora
This commit is contained in:
parent
547a740166
commit
d0aea0f518
16
run_once_before_install_main_deps.sh.tmpl
Normal file
16
run_once_before_install_main_deps.sh.tmpl
Normal 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 -}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user