Skip to content

Instantly share code, notes, and snippets.

View darragh-murphy's full-sized avatar

Darragh Murphy darragh-murphy

View GitHub Profile
@darragh-murphy
darragh-murphy / config-highlight.cfg
Created November 14, 2015 12:30 — forked from dsosby/config-highlight.cfg
A dark highlighting theme for Python's IDLE IDE based on Notepad++'s Obsidian color scheme
[Obsidian]
definition-foreground = #678CB1
error-foreground = #FF0000
string-background = #293134
keyword-foreground = #93C763
normal-foreground = #E0E2E4
comment-background = #293134
hit-foreground = #E0E2E4
builtin-background = #293134
stdout-foreground = #678CB1
wget --no-directories --no-host-directories --no-parent --restrict-file-names=windows --adjust-extension --span-hosts --convert-links --page-requisites -erobots=off http://www.theverge.com/2015/11/22/9772650/music-bass-science-explained-neuroscience-video
@darragh-murphy
darragh-murphy / clone-all-twitter-github-repos.sh
Created November 26, 2015 21:45 — forked from caniszczyk/clone-all-twitter-github-repos.sh
Clone all repos from a GitHub organization
curl -s https://api.github.com/orgs/twitter/repos?per_page=200 | ruby -rubygems -e 'require "json"; JSON.load(STDIN.read).each { |repo| %x[git clone #{repo["ssh_url"]} ]}'
@darragh-murphy
darragh-murphy / boxstarter1.txt
Last active May 30, 2016 23:11
My boxstarter script
# Execute with this command.
START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/darraghjmurphy/1718fca27ab5c4c81227/raw/9c2c4cb1c1ad8ab4d2fcdc8b1e2cc0fcf5ff46c5/boxstarter1.txt
# A simple BoxStarter script for use with http://boxstarter.org/WebLauncher
# Updates a Windows machine and installs a range of developer tools
# Show more info for files in Explorer
Set-WindowsExplorerOptions -EnableShowFileExtensions -EnableShowFullPathInTitleBar
# Default to the desktop rather than application launcher
@darragh-murphy
darragh-murphy / PROJECT.code-workspace
Last active November 27, 2020 11:10
Visual Studio Code (VsCode) Java 11 Warning Fix
Add the "setting" section to your workspace settings.json file. (C:\<path to projecT>\<PROJECT>.code-workspace)
{
"folders": [
{
"path": "."
}
],
"settings": {
"java.configuration.updateBuildConfiguration": "automatic",
@darragh-murphy
darragh-murphy / gist:ba70df7ee356cb979ba5
Last active January 27, 2023 09:37
Chocolatey install list
# choco install -y adobereader
# choco install -y android-sdk
# choco install -y androidstudio
# choco install -y autohotkey.portable
# choco install -y calibre
# choco install -y clipx
# choco install -y defraggler
# choco install -y dotnet4.0
# choco install -y explorerplusplus
# choco install -y fastcopy