Skip to content

Instantly share code, notes, and snippets.

@Pandahisham
Last active September 2, 2016 10:46
Show Gist options
  • Select an option

  • Save Pandahisham/4f38ce98e1bb89f0f03e0e162c7387e2 to your computer and use it in GitHub Desktop.

Select an option

Save Pandahisham/4f38ce98e1bb89f0f03e0e162c7387e2 to your computer and use it in GitHub Desktop.
windows dev environment setup
  • download sublimetext
  • download sublimetext plugins
    • advanced new file
    • auto filename
    • text pastry
    • tabr
    • mardown editing
    • cdnjs
    • clickable url
    • nav panel
    • hungry backspace
    • git gutter
    • bracket highlighter
    • review myself
    • repeat macro
    • material theme
    • insert date
    • sidebar
    • sublimelinter
    • toggle words
    • snippet maker
  • remap sublime mouse button
  • remap sublime keys for productivity
  • download nodejs
  • download php
  • download laragon
  • setup path files
    • node and node modules
      • C:\ProgramData\chocolatey\lib\nodejs.commandline\tools;
      • C:\Users\Hisham\AppData\Roaming\npm\node_modules;
    • php and php linter
      • C:\tools\php;
      • C:\tools\php\phplint 3.0;
    • markdown and pdf
      • C:\Users\Hisham\AppData\Local\Pandoc;
      • C:\Local Storage\Apps\xpdfbin-win-3.04\xpdfbin-win-3.04\bin64;
    • C:\Program Files (x86)\Microsoft VS Code\bin
  • setup php server context menu
  • setup node server context menu
    • install lite-server
  • create pointer shortcuts to cmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment