Skip to content

Instantly share code, notes, and snippets.

View brentlintner's full-sized avatar
Sip

Brent Lintner brentlintner

Sip
View GitHub Profile

Everforest - Alacritty

In ~/.config/alacritty/alacritty.yml:

# Define
schemes:
  everforest_dark_hard: &everforest_dark_hard
    primary:
      background: '#272e33'
@Partyschaum
Partyschaum / hodeldiplom.rb
Created June 23, 2014 15:50
Transform Papertrail logfiles into Oink-readable Hodel 3000 compliant ones
require 'date'
logfile = ARGV.first
if logfile.nil? || !File.exists?(logfile)
puts 'No logfile given!'
exit!
end
IO.foreach(logfile).each do |line|