Commit message (Collapse) | Author | ||
---|---|---|---|
2023-03-01 | bash: group settings, add separators | Egor Tensin | |
2023-02-15 | .profile: add brew's unversioned python symlinks | Egor Tensin | |
2023-01-25 | .profile: setup brew | Egor Tensin | |
2023-01-16 | nnn: add bookmarks | Egor Tensin | |
2023-01-01 | nnn: don't auto-enter directories | Egor Tensin | |
2022-04-02 | bash: best practices & linting | Egor Tensin | |
2022-04-01 | rename the project | Egor Tensin | |
2021-09-06 | .profile: remove obsolete comment | Egor Tensin | |
2021-05-28 | .profile: setup pyenv | Egor Tensin | |
2021-04-28 | .profile: setup rbenv | Egor Tensin | |
2020-12-17 | nnn: don't show dotfiles by default | Egor Tensin | |
2020-12-17 | fzf: fd --no-ignore-vcs | Egor Tensin | |
2020-12-14 | add nnn configuration | Egor Tensin | |
2020-05-18 | .profile: fix spawn_ssh_agent | Egor Tensin | |
I recently had to deal with a system that doesn't have systemd (Alpine), and it used this "deprecated" way of launching ssh-agent. It didn't work with agent forwarding though: the local agent would be launched regardless, somehow overriding the forwarded agent. This is fixed by testing if SSH_AUTH_SOCK (instead of SSH_AGENT_PID) is defined, and it is defined for agent-forwarded ssh sessions. It remains to be seen how this interacts with systems that use the systemd unit to launch ssh-agent. | |||
2020-05-04 | .profile: setup chruby | Egor Tensin | |
2020-02-16 | .profile: add Rust binaries to PATH | Egor Tensin | |
2018-06-08 | python_setup: add user-base/bin if it doesn't exist | Egor Tensin | |
2018-06-06 | .profile: don't add paths with : in them to PATH | Egor Tensin | |
2018-06-05 | add ssh-agent systemd unit | Egor Tensin | |
2018-06-04 | add comments | Egor Tensin | |
2018-06-04 | ssh.sh: move to .profile | Egor Tensin | |
2018-06-04 | attempt to organize stuff properly | Egor Tensin | |
bash-independent stuff should go to .profile, which is what I'm trying to do. I'm not sure about how correct all of this is, a few bashisms were ought to creep in. | |||
2018-06-04 | remove .profile | Egor Tensin | |
2018-05-30 | .profile: more POSIX sh-compatible | Egor Tensin | |
2017-08-22 | .profile: fix on Linux Mint | Egor Tensin | |
2016-11-07 | bugfix & code style | Egor Tensin | |
2016-10-29 | bugfix & code style | Egor Tensin | |
2016-10-28 | remove more dead code from bash dotfiles | Egor Tensin | |
2016-10-06 | mustn't be a repository anymore | Egor Tensin | |
2016-07-14 | merge upstream bash-related dotfiles | Egor Tensin | |