Skip to content

Commit 3a59e19

Browse files
authored
🗄 chore: Move javascript package (#52)
See #40.
2 parents eed4c58 + 7c8939c commit 3a59e19

6 files changed

Lines changed: 4 additions & 6 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ micro: $(OS)-micro
2323
ansible: stow
2424
stow --no-folding --target "${HOME}" 'ansible'
2525
javascript: stow $(OS)-javascript
26-
stow --no-folding --target "${HOME}" 'javascript'
26+
stow --no-folding --dir 'pkg/javascript' --target "${HOME}" 'stow'
2727
python: stow
2828
stow --no-folding --dir 'pkg/python' --target "${HOME}" 'stow'
2929

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 "dotfiles are installed, but not the runtime environments."
145144

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

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)