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
#disable Directory Browsing | |
Options -Indexes | |
#Call 404 error and file.html to use; further customizing of this file is recommended | |
ErrorDocument 404 /notfound.html |
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
# serve custom 503 response | |
ErrorDocument 503 /503.html | |
# alternate response without custom page | |
# ErrorDocument 503 "Coming soon!" | |
#enables mod_rewrite | |
RewriteEngine On | |
# If the IP address does not match this one |
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
//==SASS | |
//==SASS extend | |
.clearfix | |
content: "" | |
display: table | |
clear: both | |
//Use | |
.row:before |
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
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
cinst notepadplusplus.install | |
cinst visualstudiocode | |
cinst Brackets | |
cinst chocolatey | |
cinst chocolatey-core.extension | |
cinst dropbox | |
cinst filezilla | |
cinst Firefox |
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
//add these to the settings.json in Visual studio | |
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.minimap.enabled": true, // Controls if the minimap is shown | |
"editor.renderIndentGuides": true, // Controls whether the editor should render indent guides | |
// The path of the shell that the terminal uses on Windows. When using shells shipped with Windows (cmd, PowerShell or Bash on Ubuntu), prefer C:\Windows\sysnative over C:\Windows\System32 to use the 64-bit versions. | |
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", | |
//"terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\WindowsPowerShell\\v1.0\\powershell.exe", | |
//"terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\cmd.exe", | |
"editor.renderWhitespace": "all",//show dots as whitespace characters + |
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
npm i -g gulp-cli bower yo pug-cli gulp-cli |
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
[user] | |
name = ar-to | |
email = #add github email | |
[core] | |
excludesfile = ~/.gitignore_global | |
[alias] | |
c = commit -m | |
co = checkout | |
pm = push mangree |
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
<?xml version="1.0" encoding="utf-8"?> | |
<packages> | |
<package id="git.install " /> | |
<package id="filezilla" /> | |
<package id="dropbox" /> | |
<package id="Brackets" /> | |
<package id="notepadplusplus.install " /> | |
<package id="chocolatey-core.extension" /> | |
<package id="Firefox" /> | |
<package id="git.install" /> |
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
New Mac setup | |
check for xcode command tools: | |
$ xcode-select -p or gcc | |
$ xcode-select --install. -- install | |
SHELL | |
.bash_profile or install zsh (http://ohmyz.sh) |
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
Projet Manager https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager | |
React-native: https://marketplace.visualstudio.com/items?itemName=vsmobile.vscode-react-native | |
Git project manager : https://marketplace.visualstudio.com/items?itemName=felipecaputo.git-project-manager | |
sass: https://marketplace.visualstudio.com/items?itemName=robinbentley.sass-indented |
OlderNewer