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
| # Atom.io install repo add | |
| sudo add-apt-repository ppa:webupd8team/atom | |
| # Update packages | |
| sudo apt-get update | |
| # Node.JS setup | |
| sudo apt-get install nodejs | |
| sudo apt-get install npm |
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
| /* | |
| * Your Stylesheet | |
| * | |
| * This stylesheet is loaded when Atom starts up and is reloaded automatically | |
| * when it is changed and saved. | |
| * | |
| * Add your own CSS or Less to fully customize Atom. | |
| * If you are unfamiliar with Less, you can read more about it here: | |
| * http://lesscss.org | |
| */ |
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
| #!/bin/bash | |
| echo "Welcome to the automatic app installation programs." | |
| echo "run this as sudo" | |
| dpkg --add-architecture i386 | |
| add-apt-repository "deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner" | |
| add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse" | |
| wget -qO - https://d2t3ff60b2tol4.cloudfront.net/services@insynchq.com.gpg.key | apt-key add - | |
| add-apt-repository "deb http://apt.insynchq.com/ubuntu xenial non-free contrib" | |
| apt-get -y update | |
| cd ~/ |
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
| apm install jshint | |
| apm install react | |
| apm install angularjs | |
| apm install atom-beautify | |
| apm install atom-typescript #type scrtip editor | |
| apm install linter #base linter | |
| apm install editor-config #coding styles across editors | |
| apm install file-icons #UX icons | |
| apm install minimap | |
| apm install git-plus # |
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
| #Install-WindowsUpdate -AcceptEula | |
| #Update-ExecutionPolicy Unrestricted | |
| #Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
| #Enable-RemoteDesktop | |
| #Enable-MicrosoftUpdate | |
| # install Visual Studio instances, SQL Server first | |
| # Web Platform Installer (get a full list of packages you can install from webpi using "clist -source webpi") | |
| # cinst webpi |