Commit message (Collapse) | Author | ||
---|---|---|---|
2024-09-24 | nnn: fix the list of archive formats | Egor Tensin | |
I do have atool, and it handle a lot more than the default list. | |||
2024-09-24 | fix a typo | Egor Tensin | |
2024-01-02 | bash: enable autocd | Egor Tensin | |
2023-12-09 | switch to egor@tensin.name | Egor Tensin | |
2023-12-03 | ssh: update authorized keys | Egor Tensin | |
2023-11-26 | ssh: switch to tensin.name | Egor Tensin | |
2023-11-05 | ssh: re-add GitHub SSH key | Egor Tensin | |
It's still required to deploy egort.name pages to the cloud server, etc. | |||
2023-08-15 | remove .toprc | Egor Tensin | |
It's in a special unmaintainable format, so screw it. | |||
2023-08-15 | .profile: remove chruby configuration | Egor Tensin | |
Switched to rbenv completely a long time ago. | |||
2023-08-15 | systemd: remove ssh-agent service | Egor Tensin | |
I haven't actually used it in forever. | |||
2023-08-15 | .profile: remove ssh-agent configuration | Egor Tensin | |
I haven't actually used it in forever; this is a good candidate for a revert though. | |||
2023-08-15 | remove stack configuration | Egor Tensin | |
It wasn't used or maintained for quite a while now. | |||
2023-08-15 | remove .xsessionrc | Egor Tensin | |
It's been deprecated and unused for a long time. | |||
2023-08-15 | remove htop settings | Egor Tensin | |
I don't really use it, and the settings are unmaintained. | |||
2023-08-15 | ssh: move AUR to config_my_hosts | Egor Tensin | |
2023-08-15 | ssh: update my hosts | Egor Tensin | |
2023-06-11 | git: add cherry-pick alias | Egor Tensin | |
2023-05-23 | path.sh: remove deprecation notice | Egor Tensin | |
I actually do use these routines somewhere else. | |||
2023-05-22 | path.sh: don't canonicalize paths in path_add | Egor Tensin | |
Resolving symlinks is actually bad; what if the user wants to add a symlinked directory? You better make sure you pass absolute paths now though. | |||
2023-05-22 | path.sh: append by default in path_add | Egor Tensin | |
2023-05-22 | ignore unsupported inherit_errexit | Egor Tensin | |
I have a really ancient machine with an even more ancient version of bash that doesn't support inherit_errexit. Ignore for now, put it back later. | |||
2023-05-21 | .profile: add the normal sed to PATH on macOS | Egor Tensin | |
2023-05-21 | git.sh: add git_replace{_word} | Egor Tensin | |
2023-04-26 | bash: support copy alias on multiple platforms | Egor Tensin | |
2023-04-26 | os.sh: support Debian | Egor Tensin | |
2023-04-26 | os.sh: support macOS | Egor Tensin | |
2023-04-26 | file.sh: add pastebin function | Egor Tensin | |
2023-04-25 | ssh: update my hosts | Egor Tensin | |
2023-04-25 | ssh: add more comments | Egor Tensin | |
2023-03-05 | ssh: update my hosts | Egor Tensin | |
2023-03-04 | vim: add an empty line | Egor Tensin | |
2023-03-02 | git: shut up about detached HEADs | Egor Tensin | |
2023-03-01 | tmux: group settings, add separators | Egor Tensin | |
2023-03-01 | bash: regroup settings a bit | Egor Tensin | |
2023-03-01 | bash: group settings, add separators | Egor Tensin | |
2023-03-01 | vim: add more settings from vimrc_example.vim | Egor Tensin | |
2023-03-01 | vim: remove unused key bindings | Egor Tensin | |
2023-03-01 | vim: set scrolloff | Egor Tensin | |
Also done for platforms without vimrc_example.vim. | |||
2023-03-01 | vim: fix a comment | Egor Tensin | |
2023-03-01 | vim: get rid of semantic newlines in comments | Egor Tensin | |
2023-03-01 | vim: group settings, add separators | Egor Tensin | |
2023-02-23 | tmux: attach to the named session | Egor Tensin | |
2023-02-15 | .profile: add brew's unversioned python symlinks | Egor Tensin | |
2023-02-14 | tmux: fix configuration on new & old machines | Egor Tensin | |
2023-02-09 | tmux: split some config parts into multiple parts | Egor Tensin | |
2023-02-06 | ssh: update my hosts | Egor Tensin | |
2023-01-27 | .bash_utils: get rid of uname usage | Egor Tensin | |
2023-01-27 | vim: enable settings explicitly | Egor Tensin | |
On my new macOS, some settings aren't enabled by default in vimrc_example.vim. | |||
2023-01-27 | remove .docker/config.json | Egor Tensin | |
It was of low value, and various Docker tools keep re-writing it. | |||
2023-01-27 | tmux: add macOS copy-paste shortcuts | Egor Tensin | |