Commit message (Collapse) | Author | ||
---|---|---|---|
2019-01-25 | cxx.sh: add runc_gdb & runc_lldb | Egor Tensin | |
2019-01-22 | cxx.sh: add apport_gdb | Egor Tensin | |
2018-10-17 | git-fixup: add copyright notice | Egor Tensin | |
2018-10-16 | .ssh/config: enable keep-alive messages | Egor Tensin | |
2018-10-16 | .bashrc: fix ssh inside screen | Egor Tensin | |
2018-08-01 | add str_grep, str_grep_word | Egor Tensin | |
2018-08-01 | .bashrc: fix ssh inside screen | Egor Tensin | |
2018-07-14 | sums_add_distr: include *.7z | Egor Tensin | |
2018-07-14 | add update-alternatives shortcuts | Egor Tensin | |
2018-07-02 | top: sort by CPU usage | Egor Tensin | |
2018-06-27 | gpg.conf: --force-mdc | Egor Tensin | |
2018-06-19 | .screenrc: startup_message off | Egor Tensin | |
2018-06-18 | .bashrc: export HISTCONTROL=ignoredups | Egor Tensin | |
2018-06-15 | .bashrc: re-introduce the ssh-copy-id alias | Egor Tensin | |
Now I can remember what it was for. | |||
2018-06-09 | os.sh: support Arch Linux ARM | Egor Tensin | |
2018-06-09 | .bashrc: remove ssh-copy-id alias | Egor Tensin | |
Can't remember why it's important anyway. | |||
2018-06-09 | runc*: support clang & -l LIB arguments | 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 | .xsessionrc: add deprecation comment | Egor Tensin | |
2018-06-05 | .ssh/config: StrictHostKeyChecking no | Egor Tensin | |
I _never_ bother to verify fingerprints anyway. | |||
2018-06-05 | ssh-agent.service: grammar | Egor Tensin | |
2018-06-05 | add ssh-agent systemd unit | Egor Tensin | |
2018-06-04 | 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 | |
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. | |||
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-06-04 | remove ~/.fonts.conf | Egor Tensin | |
It seems to be semi-deprecated and I haven't really encoutered bad font problems lately anyway. | |||
2018-06-04 | move ssh-related stuff to ssh.sh | Egor Tensin | |
spawn_ssh_agent no longer creates ~/.ssh_agent.sh, because in cron jobs it's pretty useless actually, since they are typically run when I'm not connected via ssh. | |||
2018-06-04 | .xsessionrc: refactoring | Egor Tensin | |
2018-06-04 | spawn_ssh_agent: refactoring | Egor Tensin | |
2018-06-04 | .xsessionrc: use ~/.dbus.sh instead of ~/.dbus/Xdbus | Egor Tensin | |
2018-06-04 | spawn_ssh_agent: add a comment | Egor Tensin | |
2018-06-04 | spawn_ssh_agent: save variables to ~/.ssh_agent.sh | Egor Tensin | |
2018-05-31 | .bashrc: don't export PS1 | Egor Tensin | |
dash (and possibly other shells) inherit this one and break. | |||
2018-05-30 | add .xsessionrc | Egor Tensin | |
2018-05-30 | .profile: more POSIX sh-compatible | Egor Tensin | |
2018-05-26 | .my.cnf: mysql --no-auto-rehash | Egor Tensin | |
2018-05-23 | runc*: best bash practices | Egor Tensin | |
2018-05-14 | .gitconfig: add comments to git settings | Egor Tensin | |
2018-05-14 | .gitconfig: add submodule-related settings | Egor Tensin | |
This is cool: https://medium.com/@porteneuve/mastering-git-submodules-34c65e940407 | |||
2018-05-14 | .bashrc: add a comment to the sudo alias | Egor Tensin | |
2018-05-14 | .gitconfig: move alias.fixup to a separate script | Egor Tensin | |
2018-05-13 | .gitconfig: even smarter alias.fixup | Egor Tensin | |
2018-05-09 | add Apport settings | Egor Tensin | |