summaryrefslogtreecommitdiff
path: root/misc/dotfiles
AgeCommit message (Collapse)Author
2024-06-22Rename Github API token in keychainDmitry Ilvokhin
2024-06-16Do not set gate as `ProxyJump` on gate host itselfDmitry Ilvokhin
2024-06-15Set familiar colour scheme for muttDmitry Ilvokhin
2024-06-15Correct ip addresses for water and flameDmitry Ilvokhin
2024-06-14Fix ip addresses for Moscow machinesDmitry Ilvokhin
2024-05-04Simplify ssh config a bitDmitry Ilvokhin
Use `%h` to fold config to indentical hosts to one item.
2024-04-20Wrap text at 72 width for mail messagesDmitry Ilvokhin
2024-04-19Remove user from ssh config as d is default userDmitry Ilvokhin
2024-04-19Use user d for connection to mailDmitry Ilvokhin
2024-03-30Fix `LC_CTYPE` value on macOS in bashrcDmitry Ilvokhin
2024-03-09Limit git commit messages width to 72 charactersDmitry Ilvokhin
2024-03-08Add proper indent settings for yaml and makefilesDmitry Ilvokhin
2024-03-03Try to remove set of localeDmitry Ilvokhin
There is no en_US.UTF-8 locale in Arch Linux out of the box. Try to remove explicit set of locale and see what will break. I set it initially, because some of the servers had russian locale back in the days, but I am not sure this is still true somewhere.
2024-02-26Remove username from * sectionDmitry Ilvokhin
Because * section overrides everything else and `User` setting from other section didn't apply.
2024-02-24Add simple dotfiles management playbookDmitry Ilvokhin