Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | .ssh: add authorized_keys | Egor Tensin | 2020-02-19 |
| | |||
* | .ssh/config: tensin.vpn + /dev/null instead of known_hosts | Egor Tensin | 2020-02-19 |
| | |||
* | .ssh/config: git@ by default | Egor Tensin | 2020-02-18 |
| | |||
* | .profile: add Rust binaries to PATH | Egor Tensin | 2020-02-16 |
| | |||
* | add StackOverflow link to .bash_profile | Egor Tensin | 2020-02-16 |
| | |||
* | .ssh/config: add bitbucket.org/github.com alternatives | Egor Tensin | 2020-02-10 |
| | |||
* | Sublime Text 3: larger font, more rulers | Egor Tensin | 2020-01-31 |
| | |||
* | no more git-* in .local/bin | Egor Tensin | 2020-01-24 |
| | | | | Good riddance. | ||
* | .gitconfig: no more external scripts | Egor Tensin | 2020-01-24 |
| | |||
* | .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 | 2020-01-23 |
| | | | | Also, rename config_work to config_local. | ||
* | .gitconfig: get rid of platform-specific core.editor | Egor Tensin | 2020-01-22 |
| | | | | Plus, many more comments. | ||
* | .ssh/config: Include ~/.ssh/config_work | Egor Tensin | 2020-01-20 |
| | |||
* | .bashrc: add screen -d -m alias | Egor Tensin | 2019-08-20 |
| | |||
* | .gitconfig: push.followTags = true | Egor Tensin | 2019-08-16 |
| | |||
* | .ssh/config: NoHostAuthenticationForLocalhost yes | Egor Tensin | 2019-08-11 |
| | |||
* | add str_iconv* | Egor Tensin | 2019-03-12 |
| | |||
* | less: suppress line numbers | Egor Tensin | 2019-01-29 |
| | |||
* | cxx.sh: add runc_gdb & runc_lldb | Egor Tensin | 2019-01-25 |
| | |||
* | cxx.sh: add apport_gdb | Egor Tensin | 2019-01-22 |
| | |||
* | git-fixup: add copyright notice | Egor Tensin | 2018-10-17 |
| | |||
* | .ssh/config: enable keep-alive messages | Egor Tensin | 2018-10-16 |
| | |||
* | .bashrc: fix ssh inside screen | Egor Tensin | 2018-10-16 |
| | |||
* | add str_grep, str_grep_word | Egor Tensin | 2018-08-01 |
| | |||
* | .bashrc: fix ssh inside screen | Egor Tensin | 2018-08-01 |
| | |||
* | sums_add_distr: include *.7z | Egor Tensin | 2018-07-14 |
| | |||
* | add update-alternatives shortcuts | Egor Tensin | 2018-07-14 |
| | |||
* | top: sort by CPU usage | Egor Tensin | 2018-07-02 |
| | |||
* | gpg.conf: --force-mdc | Egor Tensin | 2018-06-27 |
| | |||
* | .screenrc: startup_message off | Egor Tensin | 2018-06-19 |
| | |||
* | .bashrc: export HISTCONTROL=ignoredups | Egor Tensin | 2018-06-18 |
| | |||
* | .bashrc: re-introduce the ssh-copy-id alias | Egor Tensin | 2018-06-15 |
| | | | | Now I can remember what it was for. | ||
* | os.sh: support Arch Linux ARM | Egor Tensin | 2018-06-09 |
| | |||
* | .bashrc: remove ssh-copy-id alias | Egor Tensin | 2018-06-09 |
| | | | | Can't remember why it's important anyway. | ||
* | runc*: support clang & -l LIB arguments | Egor Tensin | 2018-06-09 |
| | |||
* | python_setup: add user-base/bin if it doesn't exist | Egor Tensin | 2018-06-08 |
| | |||
* | .profile: don't add paths with : in them to PATH | Egor Tensin | 2018-06-06 |
| | |||
* | .xsessionrc: add deprecation comment | Egor Tensin | 2018-06-05 |
| | |||
* | .ssh/config: StrictHostKeyChecking no | Egor Tensin | 2018-06-05 |
| | | | | I _never_ bother to verify fingerprints anyway. | ||
* | ssh-agent.service: grammar | Egor Tensin | 2018-06-05 |
| | |||
* | add ssh-agent systemd unit | Egor Tensin | 2018-06-05 |
| | |||
* | add comments | Egor Tensin | 2018-06-04 |
| | |||
* | .bash_profile: clean up | Egor Tensin | 2018-06-04 |
| | |||
* | ssh.sh: move to .profile | Egor Tensin | 2018-06-04 |
| | |||
* | .bashrc: don't source missing files | Egor Tensin | 2018-06-04 |
| | |||
* | .bashrc: add a link to StackOverflow for an alias | Egor Tensin | 2018-06-04 |
| | |||
* | .screenrc: add link to StackOverflow answer | Egor Tensin | 2018-06-04 |
| | |||
* | remove .bash_logout | Egor Tensin | 2018-06-04 |
| | | | | | | It used to clear the screen, but I can't really say I've noticed how great it is lately. Maybe I'll bring it back if I miss it. | ||
* | attempt to organize stuff properly | Egor Tensin | 2018-06-04 |
| | | | | | | | 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. |