chezmoiignore fix and install jump
This commit is contained in:
parent
0bbc5e9c1e
commit
1a3a22a6d1
@ -1,3 +1,3 @@
|
||||
{{- if eq .chezmoi.os "darwin" }}
|
||||
{{- if ne .chezmoi.os "darwin" }}
|
||||
Library
|
||||
{{- end }}
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/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 -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
|
||||
|
||||
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
|
||||
|
||||
#cargo install atuin
|
||||
#go install jump
|
||||
GOBIN=.local/bin go install jump
|
||||
|
||||
{{ end -}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user