Skip to content

marksy/devenv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devenv

Scripts to set up development environment

Script

Set configuration settings - the Gist ID and token are for Atom Sync Settings - grab the ID from Atom Sync Settings Gist URL (mine is listed at https://gist.github.com/penx) and the token either from another installation of Atom Sync Settings or by generating a new one at https://github.com/settings/tokens/new with the Gist scope.

export GISTID=...
export GISTTOKEN=...
export MYEMAIL=...

Then run the following:

git clone git@github.com:penx/devenv.git
cd devenv
./install.sh
./atom.sh
./sshkey.sh

Not yet scripted

Browsers & Testing

In main non dev browser

Mac manual install or app config

  • Finder config
    • System Preferences
      • Security and Privacy
        • Allow applications downloaded from anywhere
      • Display arrangement
      • Keyboard access:
        • Keyboard -> Shortcuts -> Full Keyboard Access -> All controls
  • Safari config
    • Developer menu

About

Scripts to set up development environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%