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
| --- Gemfile.orig 2014-01-01 23:16:31.000000000 -0800 | |
| +++ Gemfile 2014-01-01 23:16:53.000000000 -0800 | |
| @@ -1,5 +1,4 @@ | |
| source 'https://rubygems.org' | |
| gem 'omnibus', '~> 1.3.0' | |
| -gem 'omnibus-software', :git => 'git://github.com/opscode/omnibus-software.git', | |
| - :branch => 'master' | |
| +gem 'omnibus-software', :git => 'git://github.com/sl4mmy/omnibus-software.git', :branch => 'fix-openssl-docs-with-perl-5.18' |
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
| driver: | |
| name: docker | |
| socket: tcp://192.168.42.42:4242 | |
| sudo: false |
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
| -----> Starting Kitchen (v1.1.0) | |
| -----> Creating <default-macosx-109>... | |
| Bringing machine 'default' up with 'vmware_fusion' provider... | |
| [default] Cloning VMware VM: 'macosx-10.9'. This can take some time... | |
| [default] Verifying vmnet devices are healthy... | |
| [default] Preparing network adapters... | |
| [default] Starting the VMware VM... | |
| [default] Waiting for the VM to finish booting... | |
| [default] The machine is booted and ready! | |
| [default] Forwarding ports... |
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
| ;; source: http://steve.yegge.googlepages.com/my-dot-emacs-file | |
| (defun rename-file-and-buffer (new-name) | |
| "Renames both current buffer and file it's visiting to NEW-NAME." | |
| (interactive "sNew name: ") | |
| (let ((name (buffer-name)) | |
| (filename (buffer-file-name))) | |
| (if (not filename) | |
| (message "Buffer '%s' is not visiting a file!" name) | |
| (if (get-buffer new-name) | |
| (message "A buffer named '%s' already exists!" new-name) |
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
| # | |
| # INSTRUCTIONS | |
| # | |
| # With either a manual or brew installed chruby things should just work. | |
| # | |
| # If you'd prefer to specify an explicit path to load chruby from | |
| # you can set variables like so: | |
| # | |
| # zstyle :omz:plugins:chruby path /local/path/to/chruby.sh | |
| # zstyle :omz:plugins:chruby auto /local/path/to/auto.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
| 2013-10-30 01:23:02 > (minecraft) ~plugins | |
| 2013-10-30 01:23:02 # These plugins are running: backup, log, monitor, push, save, script, shutdown, trigger | |
| 2013-10-30 01:23:13 # minecraft detached | |
| 2013-10-30 01:23:28 | [???] [01:23:28] [Server thread/INFO]: Unknown command. Try /help for a list of commands | |
| 2013-10-30 01:24:28 # server might have crashed -- auto restart in 9 minutes | |
| 2013-10-30 01:24:28 | [???] [01:24:28] [Server thread/INFO]: Unknown command. Try /help for a list of commands | |
| 2013-10-30 01:25:28 # server might have crashed -- auto restart in 8 minutes | |
| 2013-10-30 01:25:28 | [???] [01:25:28] [Server thread/INFO]: Unknown command. Try /help for a list of commands | |
| 2013-10-30 01:26:28 # server might have crashed -- auto restart in 7 minutes | |
| 2013-10-30 01:26:28 | [???] [01:26:28] [Server thread/INFO]: Unknown command. Try /help for a list of commands |
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 "default" { | |
| bg[NORMAL] = "#1d1f21" | |
| fg[NORMAL] = "#929593" | |
| text[NORMAL] = "#FFFFFF" | |
| } | |
| style "notification-button" = "default" { | |
| text[NORMAL] = "#FF0000" | |
| fg[NORMAL] = "#FF0000" | |
| } |
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
| import System.Taffybar | |
| import System.Taffybar.Systray | |
| import System.Taffybar.XMonadLog | |
| import System.Taffybar.Battery | |
| import System.Taffybar.SimpleClock | |
| import System.Taffybar.DiskIOMonitor | |
| import System.Taffybar.Widgets.PollingGraph | |
| import System.Taffybar.Widgets.PollingBar | |
| import System.Information.CPU | |
| import System.Information.Memory |
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
| -- xmonad.hs | |
| -- XMonad config file - sean.escriva@gmail.com | |
| -- | |
| import XMonad | |
| -- Hooks | |
| import XMonad.Hooks.UrgencyHook (withUrgencyHook, NoUrgencyHook(..), focusUrgent) | |
| import XMonad.Hooks.ManageDocks (avoidStruts, manageDocks, ToggleStruts(..)) | |
| import XMonad.Hooks.ManageHelpers (isFullscreen, isDialog, doFullFloat, doCenterFloat) | |
| import XMonad.Hooks.SetWMName | |
| import XMonad.Hooks.EwmhDesktops |
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
| (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") | |
| ("marmalade" . "http://marmalade-repo.org/packages/") | |
| ("melpa" . "http://melpa.milkbox.net/packages/"))) |