-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Change webdev.sh to web.sh in .dots #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
|
Hi @mike-u, thanks for the pull request! Can you also update the other places where https://github.com/donnemartin/dev-setup/blob/master/.dots#L82-L83 |
This now takes 'web' as an argument instead of 'webdev'. web.sh is actually the only script not referenced in the demo in the README, so it should be more intuitive since every other argument is just the script's name.
Contributor
Author
|
Ok, I was only able to find 'webdev' references in .dot so they're all changed to .web now. |
Owner
|
Thank you! |
bwahlgreen
added a commit
to bwahlgreen/dev-setup
that referenced
this pull request
Mar 21, 2017
* master: (21 commits) Set SublimeText always_show_minimap_viewport to true (donnemartin#54) Change webdev.sh to web.sh in .dots (donnemartin#52) Set TextEdit tab width to 4 instead of the default 8 (donnemartin#48) remove alfred link step which is no longer support, and change sublime-text3 to be sublime-text to reflect renaming (donnemartin#43) Remove duplicate word in README.md (donnemartin#38) Add hub to brew.sh (donnemartin#37) Update contact info (donnemartin#35) Update formula loc for xpdf in brew.sh Tap caskroom/versions to properly install Sublime Text 3 in brew.sh Add 1password install to brew.sh Remove duplicate install of heroku-toolbelt from brew.sh Fix donnemartin#16: Enable web.sh from .dots Fix intellij-idea-ce brew install Set default screenshots loc to Pictures/Screenshots Add Sublime Text instructions to tweak the Monokai theme Add note about testing on OS X 10.11 Rework iTerm2 guide Set Sublime Text theme to Soda Dark Enable Sublime Text hot exit fix pydata.sh. create ~/.ipython directory if it does not exist ...
kalbir
added a commit
to kalbir/dev-setup
that referenced
this pull request
Jan 2, 2018
* 'master' of https://github.com/donnemartin/dev-setup: (31 commits) Set blazingly fast keyboard repeat rate (donnemartin#76) Fix LICENSE line wrapping (donnemartin#70) Add license disclaimer (donnemartin#69) Set SublimeText always_show_minimap_viewport to true (donnemartin#54) Change webdev.sh to web.sh in .dots (donnemartin#52) Set TextEdit tab width to 4 instead of the default 8 (donnemartin#48) remove alfred link step which is no longer support, and change sublime-text3 to be sublime-text to reflect renaming (donnemartin#43) Remove duplicate word in README.md (donnemartin#38) Add hub to brew.sh (donnemartin#37) Update contact info (donnemartin#35) Update formula loc for xpdf in brew.sh Tap caskroom/versions to properly install Sublime Text 3 in brew.sh Add 1password install to brew.sh Remove duplicate install of heroku-toolbelt from brew.sh Fix donnemartin#16: Enable web.sh from .dots Fix intellij-idea-ce brew install Set default screenshots loc to Pictures/Screenshots Add Sublime Text instructions to tweak the Monokai theme Add note about testing on OS X 10.11 Rework iTerm2 guide ...
krubenok
pushed a commit
to krubenok/notfiles
that referenced
this pull request
Dec 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #51