aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME% (unfollow)
Commit message (Collapse)Author
2020-02-19.ssh/config: tensin.vpn + /dev/null instead of known_hostsEgor Tensin
2020-02-18.ssh/config: git@ by defaultEgor Tensin
2020-02-16.profile: add Rust binaries to PATHEgor Tensin
2020-02-16add StackOverflow link to .bash_profileEgor Tensin
2020-02-10.ssh/config: add bitbucket.org/github.com alternativesEgor Tensin
2020-01-31Sublime Text 3: larger font, more rulersEgor Tensin
2020-01-24no more git-* in .local/binEgor Tensin
Good riddance.
2020-01-24.gitconfig: no more external scriptsEgor Tensin
2020-01-23.bashrc_work -> .bashrc_localEgor Tensin
2020-01-23.gitconfig_work -> .gitconfig_localEgor Tensin
2020-01-23.ssh/config: add more commentsEgor Tensin
Also, rename config_work to config_local.
2020-01-22.gitconfig: get rid of platform-specific core.editorEgor Tensin
Plus, many more comments.
2020-01-20.ssh/config: Include ~/.ssh/config_workEgor Tensin
2019-08-20.bashrc: add screen -d -m aliasEgor Tensin
2019-08-16.gitconfig: push.followTags = trueEgor Tensin
2019-08-11.ssh/config: NoHostAuthenticationForLocalhost yesEgor Tensin
2019-03-12add str_iconv*Egor Tensin
2019-01-29less: suppress line numbersEgor Tensin
2019-01-25cxx.sh: add runc_gdb & runc_lldbEgor Tensin
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