Skip to content

Instantly share code, notes, and snippets.

View evb-gh's full-sized avatar
🍄
Smiling

Eugeniu Botnaru evb-gh

🍄
Smiling
View GitHub Profile
Error (use-package): Failed to parse package which-key: Invalid function: ((bytecomp "Symbol's function definition is void: gv-setter" :error "*Compile-Log*")) Disable showing Disable logging
Error (use-package): Failed to parse package hl-line: Invalid function: ((bytecomp "Symbol's function definition is void: gv-setter" :error "*Compile-Log*")) Disable showing Disable logging
Error (use-package): Failed to parse package winner: Invalid function: ((bytecomp "Symbol's function definition is void: gv-setter" :error "*Compile-Log*")) Disable showing Disable logging
Error (use-package): Failed to parse package paren: Invalid function: ((bytecomp "Symbol's function definition is void: gv-setter" :error "*Compile-Log*")) Disable showing Disable logging
Error (use-package): Failed to parse package all-the-icons: Invalid function: ((bytecomp "Symbol's function definition is void: gv-setter" :error "*Compile-Log*")) Disable showing Disable logging
Error (use-package): Failed to parse package highlight-numbers: Inval
@evb-gh
evb-gh / kitty.conf
Created March 22, 2020 22:31 — forked from maxdevjs/kitty.conf
Kitty terminal - one dark theme [~/.config/kitty/kitty.conf]
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
#: Fonts {{{
#: kitty has very powerful font management. You can configure
#: individual font faces and even specify special fonts for particular
#: characters.
font_family Fira Code
# bold_font auto
@evb-gh
evb-gh / log.txt
Created February 24, 2020 02:05
docker logs -f plex
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 01-envfile: executing...
[cont-init.d] 01-envfile: exited 0.
[cont-init.d] 10-adduser: executing...
-------------------------------------
@evb-gh
evb-gh / config
Created February 2, 2020 20:48 — forked from cirrusUK/config
newsboat config
# ░░░░░░ ░░░░░░ ░░ ░░ ░░░░░░ ░░░░░░ ░░ ░░░░░░░░ ░░░░░░ ░░ ░░ ░░░░░ ░░░░░░
# ███╗ ██╗███████╗██╗ ██╗███████╗██████╗ ███████╗██╗ ██╗████████╗███████╗██████╗
# ████╗ ██║██╔════╝██║ ██║██╔════╝██╔══██╗██╔════╝██║ ██║╚══██╔══╝██╔════╝██╔══██╗
# ██╔██╗ ██║█████╗ ██║ █╗ ██║███████╗██████╔╝█████╗ ██║ ██║ ██║ █████╗ ██████╔╝
# ██║╚██╗██║██╔══╝ ██║███╗██║╚════██║██╔══██╗██╔══╝ ██║ ██║ ██║ ██╔══╝ ██╔══██╗
# ██║ ╚████║███████╗╚███╔███╔╝███████║██████╔╝███████╗╚██████╔╝ ██║ ███████╗██║ ██║
# ╚═╝ ╚═══╝╚══════╝ ╚══╝╚══╝ ╚══════╝╚═════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝
# ░░░░░░ ░░░░░░ ░░ ░░ ░░░░░░ ░░░░░░ ░░ ░░░░░░░░ ░░░░░░ ░░ ░░ ░░░░░ ░░░░░░
# ▓▓▓▓▓▓▓▓▓▓
# ░▓ author ▓ cirrus <cirrus@archlinux.info>
# general settings
auto-reload yes
max-items 50
# externel browser
browser "/usr/local/bin/w3m %u"
macro m set browser "/usr/local/bin/mpv %u"; open-in-browser ; set browser "/usr/local/bin/w3m %u"
macro l set browser "/usr/local/bin/firefox %u"; open-in-browser ; set browser "/usr/local/bin/w3m %u"
`.zshrc`:
`export HOMEBREW_CASK_OPTS="--appdir=~/Applications"`
@evb-gh
evb-gh / git.sh
Last active February 1, 2019 02:02
add multiple pushurls for a given remote
# add multiple pushurls for a given remote
git remote set-url origin --push --add <a remote>
git remote set-url origin --push --add <another remote>
@evb-gh
evb-gh / ft_ls-test.sh
Created January 10, 2019 19:32 — forked from bricewge/ft_ls-test.sh
ft_ls test
diff -u <(LC_ALL=C ls -lR /usr/bin) <(LC_ALL=C ./ft_ls -lR /usr/bin)
touch -t 999912312459 future ls -lt
ls -l ~/ ''
ls - auteur
ls ////dev///urandom
ls -j ./
ls -- -j ./
ls INVALID Makefile TROLOLOL
ls -aR /Library/Scripts/42/munki
ls -lt /dev
@evb-gh
evb-gh / mail.sh
Created January 10, 2019 18:57
send mail from command line
$ (echo "something\n" ; uuencode file file) | mailx -s "subject" recipient@somewhere.com
@evb-gh
evb-gh / .gvimrc
Created December 10, 2018 00:53 — forked from ryanflorence/.gvimrc
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Font
:set guifont=Source\ Code\ Pro:h14
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Hide pointless junk at the bottom, doesn't work in .vimrc for some reason?
:set laststatus=0
:set noshowmode "don't show --INSERT--
:set noruler "don't show line numbers/column/% junk