File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ micro: $(OS)-micro
2323ansible : stow
2424 stow --no-folding --target " ${HOME} " ' ansible'
2525javascript : stow $(OS ) -javascript
26- stow --no-folding --target " ${HOME} " ' javascript '
26+ stow --no-folding --dir ' pkg/javascript ' -- target " ${HOME} " ' stow '
2727python : stow
2828 stow --no-folding --dir ' pkg/python' --target " ${HOME} " ' stow'
2929
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -139,9 +139,8 @@ macos-zsh: macos-brew macos-stow
139139macos-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
146145macos-perl : macos-stow
147146 stow --no-folding --dir ' pkg/perl' --target " ${HOME} " ' stow'
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ubuntu-git: ubuntu-stow
2020 xargs sudo apt-get install -y < aptfiles/git.Aptfile
2121
2222ubuntu-javascript :
23- echo " NOT IMPLEMENTED! "
23+ echo " dotfiles are installed, but not the runtime environments. "
2424
2525ubuntu-locale-zhtw :
2626 xscript " scripts/debian-locale-zhtw.sh"
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments