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
| from slacker import Slacker | |
| import json | |
| import argparse | |
| import os | |
| import shutil | |
| import copy | |
| from datetime import datetime | |
| # This script finds all channels, private channels and direct messages | |
| # that your user participates in, downloads the complete history for |
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
| ########################################################## | |
| # You run this uing the following steps: | |
| # - Start CMD or Powershell | |
| # - Enter: | |
| # START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/andqui/a77893e9b9fd1ba35369/raw/273dc46570a64f8c17d5da84ffeac40f2683b595/boxstarter.txt | |
| ########################################################## | |
| Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
| # For docker support | |
| cinst Microsoft-Hyper-V-All -source windowsFeatures |
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
| vagrant plugin install vagrant-winrm | |
| vagrant plugin install vagrant-berkshelf | |
| eval "$(chef shell-init bash)" | |
| # Generate new cookbook | |
| chef generate cookbook powershell |