Skip to content

Commit be00ded

Browse files
committed
🗄 chore: Move micro package
1 parent 4f66527 commit be00ded

6 files changed

Lines changed: 3 additions & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ zsh: $(OS)-zsh
1919
git: $(OS)-git
2020
stow --no-folding --target "${HOME}" 'git'
2121
micro: $(OS)-micro
22-
stow --no-folding --target "${HOME}" 'micro'
22+
stow --no-folding --dir 'pkg/micro' --target "${HOME}" 'stow'
2323
ansible: stow
2424
stow --no-folding --target "${HOME}" 'ansible'
2525
javascript: stow $(OS)-javascript

brewfiles/micro.Brewfile

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

makefiles/macos.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ macos-git: macos-brew
115115
brew bundle --file brewfiles/git.Brewfile
116116

117117
macos-micro: macos-brew
118-
brew bundle --file brewfiles/micro.Brewfile
118+
brew install micro
119119

120120
macos-nano: ;
121121

makefiles/ubuntu.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ubuntu-locale-zhtw:
2626
xscript "scripts/debian-locale-zhtw.sh"
2727

2828
ubuntu-micro: ubuntu-stow
29-
xscript "scripts/debian-micro.sh"
29+
xscript "pkg/micro/debian-micro.sh"
3030

3131
ubuntu-nano:
3232
sudo apt-get update
File renamed without changes.

0 commit comments

Comments
 (0)