aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME% (unfollow)
Commit message (Collapse)Author
2024-01-02bash: enable autocdEgor Tensin
2023-12-09switch to egor@tensin.nameEgor Tensin
2023-12-03ssh: update authorized keysEgor Tensin
2023-11-26ssh: switch to tensin.nameEgor Tensin
2023-11-05ssh: re-add GitHub SSH keyEgor Tensin
It's still required to deploy egort.name pages to the cloud server, etc.
2023-08-15remove .toprcEgor Tensin
It's in a special unmaintainable format, so screw it.
2023-08-15.profile: remove chruby configurationEgor Tensin
Switched to rbenv completely a long time ago.
2023-08-15systemd: remove ssh-agent serviceEgor Tensin
I haven't actually used it in forever.
2023-08-15.profile: remove ssh-agent configurationEgor Tensin
I haven't actually used it in forever; this is a good candidate for a revert though.
2023-08-15remove stack configurationEgor Tensin
It wasn't used or maintained for quite a while now.
2023-08-15remove .xsessionrcEgor Tensin
It's been deprecated and unused for a long time.
2023-08-15remove htop settingsEgor Tensin
I don't really use it, and the settings are unmaintained.
2023-08-15ssh: move AUR to config_my_hostsEgor Tensin
2023-08-15ssh: update my hostsEgor Tensin
2023-06-11git: add cherry-pick aliasEgor Tensin
2023-05-23path.sh: remove deprecation noticeEgor Tensin
I actually do use these routines somewhere else.
2023-05-22path.sh: don't canonicalize paths in path_addEgor 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-22path.sh: append by default in path_addEgor Tensin
2023-05-22ignore unsupported inherit_errexitEgor 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 macOSEgor Tensin
2023-05-21git.sh: add git_replace{_word}Egor Tensin
2023-04-26bash: support copy alias on multiple platformsEgor Tensin
2023-04-26os.sh: support DebianEgor Tensin
2023-04-26os.sh: support macOSEgor Tensin
2023-04-26file.sh: add pastebin functionEgor Tensin
2023-04-25ssh: update my hostsEgor Tensin
2023-04-25ssh: add more commentsEgor Tensin
2023-03-05ssh: update my hostsEgor Tensin
2023-03-04vim: add an empty lineEgor Tensin
2023-03-02git: shut up about detached HEADsEgor Tensin
2023-03-01tmux: group settings, add separatorsEgor Tensin
2023-03-01bash: regroup settings a bitEgor Tensin
2023-03-01bash: group settings, add separatorsEgor Tensin
2023-03-01vim: add more settings from vimrc_example.vimEgor Tensin
2023-03-01vim: remove unused key bindingsEgor Tensin
2023-03-01vim: set scrolloffEgor Tensin
Also done for platforms without vimrc_example.vim.
2023-03-01vim: fix a commentEgor Tensin
2023-03-01vim: get rid of semantic newlines in commentsEgor Tensin
2023-03-01vim: group settings, add separatorsEgor Tensin
2023-02-23tmux: attach to the named sessionEgor Tensin
2023-02-15.profile: add brew's unversioned python symlinksEgor Tensin
2023-02-14tmux: fix configuration on new & old machinesEgor Tensin
2023-02-09tmux: split some config parts into multiple partsEgor Tensin
2023-02-06ssh: update my hostsEgor Tensin
2023-01-27.bash_utils: get rid of uname usageEgor Tensin
2023-01-27vim: enable settings explicitlyEgor Tensin
On my new macOS, some settings aren't enabled by default in vimrc_example.vim.
2023-01-27remove .docker/config.jsonEgor Tensin
It was of low value, and various Docker tools keep re-writing it.
2023-01-27tmux: add macOS copy-paste shortcutsEgor Tensin
2023-01-27ssh: update my hostsEgor Tensin
2023-01-25bash: add aliases for cd ..Egor Tensin
Can't believe I thought it wasn't possible before.