summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)Author
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-05-04Push public key from another laptop to serversDmitry Ilvokhin
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
2024-02-04Add simple test scripts to test git serverDmitry Ilvokhin
2024-01-20Prepare to store encrypted secrets in the repoDmitry Ilvokhin
2024-01-20Change directory structure: move playbooks to rootDmitry Ilvokhin
This is necessary to share content between roles without using `..` in filepaths.