Skip to content

Commit d7589b8

Browse files
committed
rename
1 parent 3750ced commit d7589b8

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ git: $(OS)-git
1515
micro: $(OS)-micro
1616
nano: $(OS)-nano
1717
stow: $(OS)-stow
18+
vscode: $(OS)-vscode
1819
zsh: $(OS)-zsh
1920

2021
ansible: stow

makefiles/macos.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ macos-quicklook: macos-brew
153153
macos-screensaver: macos-brew
154154
run "pkg/macos-screensaver/macos-screensaver.sh"
155155

156-
macos-service-workflow: macos-stow
156+
macos-services: macos-stow
157157
stow --dir 'pkg' --target "${HOME}/Library/Services" 'macos-services'
158158

159159
macos-settings:

makefiles/ubuntu.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ ubuntu-cli-network:
3232
ubuntu-dropbox: ubuntu-essential
3333
run "pkg/dropbox/ubuntu-dropbox.sh"
3434

35+
ubuntu-vscode:
36+
echo "TODO"
37+
3538
###############################################################################
3639
# CLIs #
3740
###############################################################################

0 commit comments

Comments
 (0)