Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | .ssh: authorize GitHub SSH key | Egor Tensin | 2021-08-09 | |
| | ||||
* | .profile: setup pyenv | Egor Tensin | 2021-05-28 | |
| | ||||
* | .bashrc: disable Alt+N shortcuts | Egor Tensin | 2021-05-28 | |
| | ||||
* | README: update | Egor Tensin | 2021-04-29 | |
| | ||||
* | .ssh/config: fix IP addresses | Egor Tensin | 2021-04-29 | |
| | ||||
* | .profile: setup rbenv | Egor Tensin | 2021-04-28 | |
| | ||||
* | os.sh: add manual_pkg_list_arch | Egor Tensin | 2021-04-20 | |
| | ||||
* | Sublime Text 3: I didn't add ignored_packages?.. | Egor Tensin | 2021-04-20 | |
| | ||||
* | os.sh: support Manjaro | Egor Tensin | 2021-04-20 | |
| | ||||
* | .ssh: deauthorize raspi* keys | Egor Tensin | 2021-03-30 | |
| | ||||
* | .ssh: forward agent to the Pis also | Egor Tensin | 2021-03-30 | |
| | ||||
* | .ssh: add tensin-web + automatic forwarding | Egor Tensin | 2021-03-30 | |
| | ||||
* | .ssh: deauthorize unused keys | Egor Tensin | 2021-03-30 | |
| | ||||
* | .bashrc: add Vagrant workaround | Egor Tensin | 2021-03-07 | |
| | ||||
* | .ssh: remove long-defunct tensin-ext1 | Egor Tensin | 2021-02-16 | |
| | ||||
* | .gitconfig: push.default = current | Egor Tensin | 2021-01-21 | |
| | ||||
* | .bashrc: fix tmux if there's no nnn | Egor Tensin | 2021-01-06 | |
| | ||||
* | add Docker config.json | Egor Tensin | 2020-12-30 | |
| | ||||
* | .bashrc: better remote session detection | Egor Tensin | 2020-12-28 | |
| | | | | | | | | | | Weirdly, SSH_TTY & SSH_CLIENT are also defined for local sessions when you: * ssh to your box, * start the X server there. I don't know why, seems illogical. | |||
* | .vimrc: access X clipboard | Egor Tensin | 2020-12-27 | |
| | ||||
* | tmux: add a shortcut to kill session | Egor Tensin | 2020-12-27 | |
| | ||||
* | tmux: don't monitor activity | Egor Tensin | 2020-12-27 | |
| | ||||
* | .bashrc: launch nnn automatically | Egor Tensin | 2020-12-23 | |
| | | | | This is kinda nice, I think. | |||
* | tmux: don't autostart on Cygwin | Egor Tensin | 2020-12-18 | |
| | ||||
* | tmux: cleaner status bar | Egor Tensin | 2020-12-18 | |
| | ||||
* | tmux: customize status bar | Egor Tensin | 2020-12-18 | |
| | ||||
* | tmux: prevent recursive attachments | Egor Tensin | 2020-12-18 | |
| | ||||
* | tmux: adjust colors | Egor Tensin | 2020-12-18 | |
| | ||||
* | .bashrc: better nested-tmux check | Egor Tensin | 2020-12-18 | |
| | | | | | TERM might be set to e.g. "screen" via an SSH connection, but we still want to attach to a tmux session in that case. | |||
* | .bashrc: remove an old TERM workaround | Egor Tensin | 2020-12-18 | |
| | ||||
* | tmux: fix colors | Egor Tensin | 2020-12-18 | |
| | ||||
* | .tmux.conf: more comments | Egor Tensin | 2020-12-18 | |
| | ||||
* | tmux: revise key bindings some more | Egor Tensin | 2020-12-18 | |
| | ||||
* | .bashrc: remove redundant PS1 check | Egor Tensin | 2020-12-18 | |
| | ||||
* | tmux: non-login shell by default | Egor Tensin | 2020-12-18 | |
| | ||||
* | tmux: revise key bindings | Egor Tensin | 2020-12-18 | |
| | ||||
* | .tmux.conf: make shorter | Egor Tensin | 2020-12-17 | |
| | ||||
* | tmux: fix nested prefix binding | Egor Tensin | 2020-12-17 | |
| | ||||
* | tmux: start automatically | 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-17 | |
| | ||||
* | add nnn configuration | Egor Tensin | 2020-12-14 | |
| | ||||
* | ranger: fuzzy-search hidden files also | Egor Tensin | 2020-12-14 | |
| | ||||
* | add tmux configuration | Egor Tensin | 2020-12-14 | |
| | ||||
* | add ranger configuration | Egor Tensin | 2020-12-11 | |
| | ||||
* | .bashrc: prevent nested ranger instances | Egor Tensin | 2020-12-10 | |
| | ||||
* | .vimrc: disable "editing" directories | Egor Tensin | 2020-12-09 | |
| | ||||
* | .bashrc: make Tilix quiet | Egor Tensin | 2020-12-09 | |
| | ||||
* | ssh: Bercut key no longer authorized | Egor Tensin | 2020-09-30 | |
| | ||||
* | .profile: fix spawn_ssh_agent | Egor Tensin | 2020-05-18 | |
| | | | | | | | | | | | | 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. |