Commit message (Collapse) | Author | ||
---|---|---|---|
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 | |
2020-02-24 | .ssh: authorize the key on my phone | Egor Tensin | |
2020-02-23 | .ssh: switch to ed25519 | Egor Tensin | |
2020-02-20 | .ssh: new VPN instance | Egor Tensin | |
2020-02-20 | .stack: 2017 -> 2020 | Egor Tensin | |
2020-02-20 | Sublime Text 3: lint the config | Egor Tensin | |
2020-02-19 | .ssh/config: add tensin-ext | Egor Tensin | |
2020-02-19 | .ssh: add authorized_keys | Egor Tensin | |
2020-02-19 | .ssh/config: tensin.vpn + /dev/null instead of known_hosts | Egor Tensin | |
2020-02-18 | .ssh/config: git@ by default | Egor Tensin | |
2020-02-16 | .profile: add Rust binaries to PATH | Egor Tensin | |
2020-02-16 | add StackOverflow link to .bash_profile | Egor Tensin | |
2020-02-10 | .ssh/config: add bitbucket.org/github.com alternatives | Egor Tensin | |
2020-01-31 | Sublime Text 3: larger font, more rulers | Egor Tensin | |
2020-01-24 | no more git-* in .local/bin | Egor Tensin | |
Good riddance. | |||
2020-01-24 | .gitconfig: no more external scripts | Egor Tensin | |
2020-01-23 | .bashrc_work -> .bashrc_local | Egor Tensin | |
2020-01-23 | .gitconfig_work -> .gitconfig_local | Egor Tensin | |
2020-01-23 | .ssh/config: add more comments | Egor Tensin | |
Also, rename config_work to config_local. | |||
2020-01-22 | .gitconfig: get rid of platform-specific core.editor | Egor Tensin | |
Plus, many more comments. | |||
2020-01-20 | .ssh/config: Include ~/.ssh/config_work | Egor Tensin | |
2019-08-20 | .bashrc: add screen -d -m alias | Egor Tensin | |
2019-08-16 | .gitconfig: push.followTags = true | Egor Tensin | |