Commit message (Collapse) | Author | ||
---|---|---|---|
2021-04-20 | 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-03-30 | .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-07 | .bashrc: add Vagrant workaround | Egor Tensin | |
2021-02-16 | .ssh: remove long-defunct tensin-ext1 | Egor Tensin | |
2021-01-21 | .gitconfig: push.default = current | Egor Tensin | |
2021-01-06 | .bashrc: fix tmux if there's no nnn | Egor Tensin | |
2020-12-30 | add Docker config.json | Egor Tensin | |
2020-12-28 | .bashrc: better remote session detection | Egor Tensin | |
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. | |||
2020-12-27 | .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-23 | .bashrc: launch nnn automatically | Egor Tensin | |
This is kinda nice, I think. | |||
2020-12-18 | 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 | |
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. | |||
2020-12-18 | .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-17 | .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-14 | 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-11 | add ranger configuration | Egor Tensin | |
2020-12-10 | .bashrc: prevent nested ranger instances | Egor Tensin | |
2020-12-09 | .vimrc: disable "editing" directories | Egor Tensin | |
2020-12-09 | .bashrc: make Tilix quiet | Egor Tensin | |
2020-09-30 | ssh: Bercut key no longer authorized | 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-05-04 | .vimrc: new line without insert mode | Egor Tensin | |
2020-03-18 | .ssh/config: ExitOnForwardFailure yes | Egor Tensin | |
2020-03-17 | .ssh: prettify config | Egor Tensin | |
2020-03-06 | .ssh: update config | Egor Tensin | |
2020-02-25 | .ssh: authorize Egor.Tensin@TENSIN-NOTE | Egor Tensin | |