Skip to content

Instantly share code, notes, and snippets.

View schrmh's full-sized avatar
💭
Little time; many projects

schrmh

💭
Little time; many projects
View GitHub Profile
@schrmh
schrmh / .vimrc
Created February 15, 2022 14:10 — forked from saitoha/.vimrc
Vimで画像を見る(DRCSのSIXEL拡張の話) ref: http://qiita.com/kefir_/items/78e64c545a70a0ebea8a
" Vimであいまいな幅の文字の論理幅を1にします
set ambiwidth=single
" RLoginであいまいな幅の文字の論理幅を1にします。
call writefile(["\e[?8428h"], '/dev/tty')
@schrmh
schrmh / packages-gist.hook
Created February 16, 2021 19:45 — forked from Joshix-1/packages-gist.hook
If you want to use it for your self change the url to the gist. More info about how to use this hook: https://wiki.archlinux.org/index.php/Pacman#Hooks
[Trigger]
Operation = Install
Operation = Remove
Operation = Upgrade
Type = Package
Target = *
[Action]
Description = Update gist with all installed pacman packages.
When = PostTransaction
Depends = gist