Skip to content

Commit

Permalink
ncspot
Browse files Browse the repository at this point in the history
  • Loading branch information
fortes committed Nov 29, 2024
1 parent fc7cbf1 commit 7757686
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/brew-packages
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jq
keychain
mpv
ncdu
ncspot
neovim
ollama
pipx
Expand Down
9 changes: 9 additions & 0 deletions scripts/install_github_packages
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# - hugo
# - lazydocker
# - lazygit
# - ncspot
# - neovim (latest)
# - pistol
# - sad
Expand Down Expand Up @@ -47,6 +48,7 @@ AVAILABLE_PACKAGES=(
hugo
lazydocker
lazygit
ncspot
pistol
neovim
sad
Expand Down Expand Up @@ -239,6 +241,10 @@ install_lazygit() {
install_tarball 'jesseduffield/lazygit' 'lazygit_.*_Linux_x86_64.tar.gz'
}

install_ncspot() {
install_tarball 'hrkfdn/ncspot' 'ncspot-v.*-linux-x86_64.tar.gz'
}

install_sad() {
install_deb 'ms-jpq/sad' 'x86_64-unknown-linux-gnu.deb'
}
Expand Down Expand Up @@ -372,6 +378,9 @@ install_github_packages() {
lazygit)
install_lazygit
;;
ncspot)
install_ncspot
;;
neovim)
install_neovim_stable
;;
Expand Down

0 comments on commit 7757686

Please sign in to comment.