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,5 +1,8 @@
|
||||
# Lines that start with # are ignored
|
||||
|
||||
# TIP:
|
||||
# - MacOS doesn't have OS installer
|
||||
|
||||
# Coding
|
||||
aspnetcore-runtime-8.0
|
||||
build-essential
|
||||
@@ -22,7 +25,7 @@ lua54
|
||||
luajit
|
||||
make
|
||||
node
|
||||
nodejs-bash-language-server
|
||||
nodejs
|
||||
npm
|
||||
podman
|
||||
python3
|
||||
|
||||
Reference in New Issue
Block a user