pipx and neovim via nix for debian
This commit is contained in:
parent
df01d7436c
commit
9656c4e501
@ -3,7 +3,7 @@
|
|||||||
STEPS=12
|
STEPS=12
|
||||||
PAD_LEN=4
|
PAD_LEN=4
|
||||||
|
|
||||||
BASE_PACKAGES="gnupg curl wget git gcc"
|
BASE_PACKAGES="gnupg curl wget git gcc pipx"
|
||||||
ACT_PACKAGES="ripgrep unzip htop fzf bat gawk jq nnn tmux mc nethogs ngrep mtr"
|
ACT_PACKAGES="ripgrep unzip htop fzf bat gawk jq nnn tmux mc nethogs ngrep mtr"
|
||||||
|
|
||||||
#Colors
|
#Colors
|
||||||
@ -190,7 +190,9 @@ new_line "via NIX"
|
|||||||
sudo install lazygit /usr/local/bin 2>&1|pad
|
sudo install lazygit /usr/local/bin 2>&1|pad
|
||||||
|
|
||||||
nix-env -iA nixpkgs.jump nixpkgs.skim nixpkgs.du-dust nixpkgs.atuin 2>&1|pad
|
nix-env -iA nixpkgs.jump nixpkgs.skim nixpkgs.du-dust nixpkgs.atuin 2>&1|pad
|
||||||
|
{{ if eq .chezmoi.osRelease.id "debian" -}}
|
||||||
|
nix-env -iA nixpkgs.neovim 2>&1|pad
|
||||||
|
{{ end -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
new_line "Installing shell-gpt"
|
new_line "Installing shell-gpt"
|
||||||
|
Loading…
Reference in New Issue
Block a user