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
Show hidden characters
{ | |
// Your GitHub API token | |
// see: https://github.com/condemil/Gist#generating-access-token | |
"token": "4fff9d3b74d301f37d300da61f999e8eca456396", | |
// Show GitHub organizations | |
// Example: "company1", "company2" | |
"include_orgs": [], | |
// Show GitHub users |
If you want to do cleaning on your Facebook timeline, you may want to unlike all Facebook pages quickly. There is a way for that :
- Go to firefox and install iMacros
- Open a text editor (i.e. Notepad, Sublime Text), and paste that code inside :
VERSION BUILD=7401110 RECORDER=FX
For PackageControl and Settings sync, follow these instructions.
However, on Windows, symlinking the User
folder breaks auto-reload for Settings changes.
To bypass this, either symlink the parent folder - Packages
or the main Sublime Text 3
folder.
Make sure to gitignore/exclude everything but the User
dir, as they are installed packages and caches.
Code:
Install Package Control for easy package management.
- Open the console with
Ctrl+`
- Paste in the following:
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
{ | |
"style": "filled", | |
"ha_style": "none" | |
} |
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
rem == CreatePartitions-UEFI.txt == | |
rem == These commands are used with DiskPart | |
REM to create five partitions | |
rem for a UEFI/GPT-based PC. | |
rem Adjust the partition sizes to fill the drive | |
rem as necessary. == | |
select disk 0 | |
clean | |
convert gpt | |
rem == 1. Windows RE tools partition =============== |
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
Function | |
Convert-WindowsImage | |
{ | |
<# | |
.NOTES | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Use of this sample source code is subject to the terms of the Microsoft | |
license agreement under which you licensed this sample source code. If |
OlderNewer