Skip to content

Instantly share code, notes, and snippets.

@wulucxy
Last active August 5, 2019 08:37
Show Gist options
  • Save wulucxy/b15d9b685dc1eb1d256b4ccdfb9d8b1e to your computer and use it in GitHub Desktop.
Save wulucxy/b15d9b685dc1eb1d256b4ccdfb9d8b1e to your computer and use it in GitHub Desktop.
shell
// js to ts
find src -name "*.js" -exec sh -c 'mv "$0" "${0%.js}.ts"' {} \;
// code highlight
highlight --syntax=js --line-numbers --font-size 24 --font courier --style solarized-dark -O rtf index.js | pbcopy
style: solarized-dark | solarized-light | zenburn | seashell | molokai | moria |
// .zshrc 地址
cd ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment