Skip to content

Instantly share code, notes, and snippets.

View dbohomiakov's full-sized avatar
🏠
Working from home

Dmytro Bohomiakov dbohomiakov

🏠
Working from home
View GitHub Profile
@ttys3
ttys3 / gruvbox-material-alacritty.yml
Created January 16, 2021 03:33 — forked from sainnhe/gruvbox-material-alacritty.yml
Gruvbox Material for Alacritty
# The definition of color schemes.
schemes:
gruvbox_material_hard_dark: &gruvbox_material_hard_dark
primary:
background: '0x1d2021'
foreground: '0xd4be98'
normal:
black: '0x32302f'
red: '0xea6962'
green: '0xa9b665'
@F1ashhimself
F1ashhimself / pre-commit
Last active June 2, 2020 08:05
Flake8 pre-commit hook
#!/usr/bin/env python
from __future__ import with_statement
import os
import re
import shutil
import subprocess
import sys
import tempfile
from shutil import copyfile