aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME% (unfollow)
Commit message (Collapse)Author
2019-01-22cxx.sh: add apport_gdbEgor Tensin
2018-10-17git-fixup: add copyright noticeEgor Tensin
2018-10-16.ssh/config: enable keep-alive messagesEgor Tensin
2018-10-16.bashrc: fix ssh inside screenEgor Tensin
2018-08-01add str_grep, str_grep_wordEgor Tensin
2018-08-01.bashrc: fix ssh inside screenEgor Tensin
2018-07-14sums_add_distr: include *.7zEgor Tensin
2018-07-14add update-alternatives shortcutsEgor Tensin
2018-07-02top: sort by CPU usageEgor Tensin
2018-06-27gpg.conf: --force-mdcEgor Tensin
2018-06-19.screenrc: startup_message offEgor Tensin
2018-06-18.bashrc: export HISTCONTROL=ignoredupsEgor Tensin
2018-06-15.bashrc: re-introduce the ssh-copy-id aliasEgor Tensin
Now I can remember what it was for.
2018-06-09os.sh: support Arch Linux ARMEgor Tensin
2018-06-09.bashrc: remove ssh-copy-id aliasEgor Tensin
Can't remember why it's important anyway.
2018-06-09runc*: support clang & -l LIB argumentsEgor Tensin
2018-06-08python_setup: add user-base/bin if it doesn't existEgor Tensin
2018-06-06.profile: don't add paths with : in them to PATHEgor Tensin
2018-06-05.xsessionrc: add deprecation commentEgor Tensin
2018-06-05.ssh/config: StrictHostKeyChecking noEgor Tensin
I _never_ bother to verify fingerprints anyway.
2018-06-05ssh-agent.service: grammarEgor Tensin
2018-06-05add ssh-agent systemd unitEgor Tensin
2018-06-04add commentsEgor Tensin
2018-06-04.bash_profile: clean upEgor Tensin
2018-06-04ssh.sh: move to .profileEgor Tensin
2018-06-04.bashrc: don't source missing filesEgor Tensin
2018-06-04.bashrc: add a link to StackOverflow for an aliasEgor Tensin
2018-06-04.screenrc: add link to StackOverflow answerEgor Tensin
2018-06-04remove .bash_logoutEgor 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-04attempt to organize stuff properlyEgor 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-04remove .profileEgor Tensin
2018-06-04remove ~/.fonts.confEgor Tensin
It seems to be semi-deprecated and I haven't really encoutered bad font problems lately anyway.
2018-06-04move ssh-related stuff to ssh.shEgor 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: refactoringEgor Tensin
2018-06-04spawn_ssh_agent: refactoringEgor Tensin
2018-06-04.xsessionrc: use ~/.dbus.sh instead of ~/.dbus/XdbusEgor Tensin
2018-06-04spawn_ssh_agent: add a commentEgor Tensin
2018-06-04spawn_ssh_agent: save variables to ~/.ssh_agent.shEgor Tensin
2018-05-31.bashrc: don't export PS1Egor Tensin
dash (and possibly other shells) inherit this one and break.
2018-05-30add .xsessionrcEgor Tensin
2018-05-30.profile: more POSIX sh-compatibleEgor Tensin
2018-05-26.my.cnf: mysql --no-auto-rehashEgor Tensin
2018-05-23runc*: best bash practicesEgor Tensin
2018-05-14.gitconfig: add comments to git settingsEgor Tensin
2018-05-14.gitconfig: add submodule-related settingsEgor Tensin
This is cool: https://medium.com/@porteneuve/mastering-git-submodules-34c65e940407
2018-05-14.bashrc: add a comment to the sudo aliasEgor Tensin
2018-05-14.gitconfig: move alias.fixup to a separate scriptEgor Tensin
2018-05-13.gitconfig: even smarter alias.fixupEgor Tensin
2018-05-09add Apport settingsEgor Tensin
2018-05-08.gitconfig: smarter alias.fixupEgor Tensin