mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
feat(install-script): Install packages using npm
- Use npm to install packages - Move packages from brew to npm where available - fix: use `brew info` to search exact package names - chore: better comments
This commit is contained in:
@@ -1,26 +1,28 @@
|
||||
# Lines that start with # are ignored
|
||||
# TIP: Only add commandline apps that aren't available/updated on OS repos
|
||||
# TIP:
|
||||
# - Only add commandline apps that aren't available/updated on OS repos; cause brew isn't available on FreeBSD
|
||||
# - Apps that are already installed skipped
|
||||
# - Those that must be kept up-to-date (eg rclone); manually brew install them after the scipt completes
|
||||
|
||||
basedpyright
|
||||
bats-core
|
||||
dnscrypt-proxy
|
||||
dockerfile-language-server
|
||||
fd
|
||||
gitleaks
|
||||
go
|
||||
htop
|
||||
kondo
|
||||
lazydocker
|
||||
lua
|
||||
lua-language-server
|
||||
luajit
|
||||
markdown-toc
|
||||
markdownlint-cli
|
||||
markdown-oxide
|
||||
marksman
|
||||
n
|
||||
neovim
|
||||
prettierd
|
||||
python-lsp-server
|
||||
python@3.12
|
||||
basedpyright
|
||||
rclone
|
||||
sccache
|
||||
shodan
|
||||
@@ -31,9 +33,6 @@ taplo
|
||||
tlrc
|
||||
tokei
|
||||
tree-sitter
|
||||
typescript-language-server
|
||||
vue-language-server
|
||||
yaml-language-server
|
||||
yamlfmt
|
||||
yt-dlp
|
||||
zoxide
|
||||
|
||||
Reference in New Issue
Block a user