Add skim package
This commit is contained in:
parent
8d87efb733
commit
fc1e39965c
@ -116,18 +116,18 @@ $Green##########################################################################
|
||||
sleep 3
|
||||
|
||||
{{ if eq .chezmoi.os "darwin" -}}
|
||||
brew install -q fish neovim $ACT_PACKAGES atuin jump fd
|
||||
brew install -q fish neovim $ACT_PACKAGES atuin jump fd sk
|
||||
|
||||
{{ else if eq .chezmoi.osRelease.id "fedora" -}}
|
||||
sudo dnf install neovim fish $ACT_PACKAGES fd-find -y
|
||||
sudo dnf install neovim fish $ACT_PACKAGES fd-find skim -y
|
||||
nix-env -iA nixpkgs.atuin nixpkgs.jump
|
||||
|
||||
{{ else if eq .chezmoi.osRelease.id "arch" -}}
|
||||
sudo pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES fd
|
||||
sudo pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES fd skim
|
||||
nix-env -iA nixpkgs.jump
|
||||
|
||||
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
||||
sudo apt install fish $ACT_PACKAGES -y
|
||||
sudo apt install fish $ACT_PACKAGES skim -y
|
||||
nix-env -iA nixpkgs.neovim nixpkgs.jump
|
||||
if ! fish -c atuin &>/dev/null
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user