Skip to content

Commit 2c39762

Browse files
committed
🗄 chore: Move javascript package
1 parent a6b9eb6 commit 2c39762

5 files changed

Lines changed: 3 additions & 5 deletions

File tree

brewfiles/javascript.Brewfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

makefiles/macos.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,8 @@ macos-zsh: macos-brew macos-stow
139139
macos-c-cpp: macos-brew
140140
brew install cling
141141

142-
macos-javascript: macos-brew
143-
brew bundle --file brewfiles/javascript.Brewfile
144-
echo "Installed node with `pnpm env add --global lts`"
142+
macos-javascript:
143+
echo "echo "dotfiles are installed, but not the runtime environments."
145144

146145
macos-perl: macos-stow
147146
stow --no-folding --target "${HOME}" 'perl'

makefiles/ubuntu.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ubuntu-git: ubuntu-stow
2020
xargs sudo apt-get install -y < aptfiles/git.Aptfile
2121

2222
ubuntu-javascript:
23-
echo "NOT IMPLEMENTED!"
23+
echo "dotfiles are installed, but not the runtime environments."
2424

2525
ubuntu-locale-zhtw:
2626
xscript "scripts/debian-locale-zhtw.sh"

0 commit comments

Comments
 (0)