fix jump installation
This commit is contained in:
parent
1a3a22a6d1
commit
808ea44f30
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
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 gpg git curl wget ripgrep fd-find unzip util-linux util-linux-user python3-pip cargo go htop fzf bat -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
|
||||||
@ -12,7 +13,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
|
||||||
GOBIN=.local/bin go install jump
|
GOBIN=~/.local/bin go install jump
|
||||||
|
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user