Add skim package
This commit is contained in:
parent
8d87efb733
commit
fc1e39965c
@ -116,18 +116,18 @@ $Green##########################################################################
|
|||||||
sleep 3
|
sleep 3
|
||||||
|
|
||||||
{{ if eq .chezmoi.os "darwin" -}}
|
{{ 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" -}}
|
{{ 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
|
nix-env -iA nixpkgs.atuin nixpkgs.jump
|
||||||
|
|
||||||
{{ else if eq .chezmoi.osRelease.id "arch" -}}
|
{{ 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
|
nix-env -iA nixpkgs.jump
|
||||||
|
|
||||||
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
{{ 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
|
nix-env -iA nixpkgs.neovim nixpkgs.jump
|
||||||
if ! fish -c atuin &>/dev/null
|
if ! fish -c atuin &>/dev/null
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user