File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ git: $(OS)-git
1515micro : $(OS ) -micro
1616nano : $(OS ) -nano
1717stow : $(OS ) -stow
18+ vscode : $(OS ) -vscode
1819zsh : $(OS ) -zsh
1920
2021ansible : stow
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ macos-quicklook: macos-brew
153153macos-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
159159macos-settings :
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ ubuntu-cli-network:
3232ubuntu-dropbox : ubuntu-essential
3333 run " pkg/dropbox/ubuntu-dropbox.sh"
3434
35+ ubuntu-vscode :
36+ echo " TODO"
37+
3538# ##############################################################################
3639# CLIs #
3740# ##############################################################################
You can’t perform that action at this time.
0 commit comments