Skip to content

Instantly share code, notes, and snippets.

View ilukashin's full-sized avatar
💎

Igor Lukashin ilukashin

💎
View GitHub Profile
@ilukashin
ilukashin / .hooksrc
Last active June 7, 2024 08:07
MacOS zsh terminal notification hooks for long executed operations
# here i am using terminal-notifier
# https://github.com/julienXX/terminal-notifier
# you can use your own solution
# main setting stored in variable
# local execution_treshold=30
# if your process executed more than 30 seconds
# you will get notified
@ilukashin
ilukashin / .vimrc
Created January 22, 2021 07:35
vim settings
set langmenu=en_US.UTF-8
:let $LANG = 'en'
set encoding=utf-8
set nocompatible
""""""
"UI View
""""""
syntax on