aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME% (unfollow)
Commit message (Collapse)Author
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
2018-05-05.gitconfig: smarter alias.fixupEgor Tensin
2018-05-05mysql.sh: `mysql --no-auto-rehash`Egor Tensin
It's too slow over slow connections for huge databases otherwise.
2018-04-11.bashrc: add date aliasesEgor Tensin
2018-04-11mysql.sh: support $MYSQL_DATABASEEgor Tensin
2018-04-05add mysql.shEgor Tensin
2018-03-22.gitconfig: add alias.fixupEgor Tensin
2018-03-22htoprc: auto-updated for some reasonEgor Tensin
2017-12-18top: add CPU usageEgor Tensin
2017-12-12add top & htop configsEgor Tensin
2017-12-06.gitconfig: add --skip-worktree aliasesEgor Tensin
2017-12-01.gitconfig: install LFSEgor Tensin
2017-12-01os.sh: support FedoraEgor Tensin
Also, OS detection has been reworked a bit.
2017-11-29renamed the repoEgor Tensin
2017-11-29.bashrc: .bash_aliases -> .bashrc_workEgor Tensin
2017-11-18Sublime Text 3: tabs instead of spacesEgor Tensin
2017-10-26.gitconfig: include ~/.gitconfig_workEgor Tensin
2017-10-04don't source files twiceEgor Tensin
2017-10-04.bashrc: source optional .bash_aliasesEgor Tensin
2017-10-01move PYTHONSTARTUP to python.shEgor Tensin
2017-10-01add python.shEgor Tensin
This is a stupid way to add your user's pip binary directory to $PATH.
2017-10-01path_add: prependEgor Tensin
2017-09-22Sublime Text 3: don't auto-complete bracesEgor Tensin
Also, make sure files end with \n.
2017-09-14Sublime Text 3: larger fonts in tabs and sidebarEgor Tensin