Do not follow this link

~kaction/config

8f1bb467 — Dmitry Bogatov 2 years ago master
Merge branch 'feature/configure-email'
e050b864 — Dmitry Bogatov 2 years ago
msmtp: fake "From" header only if is not set explicitly
245bb676 — Dmitry Bogatov 2 years ago
msmtp: obscure a bit email in "From" header

People freak out seeing own email address in my "From".
82f5c22f — Dmitry Bogatov 2 years ago
Move definition of ask function into separate script in ~/bin

This way this functionality can be used from outside of shell, e.g in
mpop/msmtp config.
05f03d01 — Dmitry Bogatov 2 years ago
universe: add more programs needed for $dayjob
4d671523 — Dmitry Bogatov 2 years ago
universe: psycopg2 and pyyaml python modules into the universe

These modules are useful for ad-hoc scripting for $dayjob, so it is convenient
to have them in the universe instead of using "nix-shell -p" all the time.
fb24dbc0 — Dmitry Bogatov 2 years ago
universe: add more needed tools
7f6dd7e0 — Dmitry Bogatov 2 years ago
rc: re-define ask() function to use new method of accessing secrets
af2dbf99 — Dmitry Bogatov 3 years ago box/espero
New script to create issues on github

New "issue-stdin" script is simple wrapper around gh(1) that accepts issue text
on stdin and automatically splits title and body in style of git-commit.
df1b1b6c — Dmitry Bogatov 3 years ago
fasm-arch: add definitions from signal.h
986d65a7 — Dmitry Bogatov 3 years ago
rcrc: drop call for keychain(1)

Auto-generated key does not use keyphrase.
95cc6b19 — Dmitry Bogatov 3 years ago
git-unignore ~/bin

It is better to have git track one-off scripts than to forget to commit some
valuable script.
40d1eae3 — Dmitry Bogatov 3 years ago
New script: gist-buildlog

This script posts buildlog of the derivation on GitHub gist, making sure
that only one gist is created per derivation.
b146c087 — Dmitry Bogatov 3 years ago
tig: add binding to put tag _ on selected commit

It is convenient to interactively put _ tag on commit to refer to it with other
git commands or scripts taking commit reference as paramter.
652cc2eb — Dmitry Bogatov 3 years ago
universe: remove explicit usage of nixFlakes

I don't use flakes now, but current Nix supports them out of box anyway.
587f9d29 — Dmitry Bogatov 3 years ago
tig: free more space for commit subject in main view

Use shorter representations for commit date and commit author to free more
space for commit subject.
9146d67e — Dmitry Bogatov 3 years ago
neovim: use nvim-lspconfig plugin from nixpkgs, not pin

This pin got outdated and incompatible with nvim=0.6 too.
411d3b52 — Dmitry Bogatov 3 years ago
Fix name of variable holding "mod" haskell snippet

Due copy-paste error introduced in ccd5c23, s_data variable was overwritten
with "mod" snippet, resuling in "data" snippet not working.

In Lua, all undeclared variables get value "nil", which is, while is
undestandable from implementation point of view, quite annoying.
8641aaed — Dmitry Bogatov 3 years ago
neovim: remove unneeded extra space in "data" haskell snippet
1ae1a886 — Dmitry Bogatov 3 years ago
neovim: fix =/ mapping to properly save cursor location

Previously, it incorrectly used special purpose `] mark instead of general
purpose letter mark. Now it is using general purpose mark "z", which I don't
normally use.
Next
Do not follow this link