aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME% (unfollow)
Commit message (Collapse)Author
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
2017-09-13add Sublime Text settingsEgor Tensin
Another import from windows-home after switching to Linux full-time.
2017-09-04runc*: finally merged runc & runcxx!Egor Tensin
2017-09-04runc*: put flags after source filesEgor Tensin
Weirdly, GCC _really_ likes it that way.
2017-09-04runc*: support -L w/ relative pathsEgor Tensin
2017-09-02.gitconfig: add comment to alias.xxEgor Tensin
2017-09-02add .ghci and .stack/config.yamlEgor Tensin
I no longer do Haskell on Windows only, yay!
2017-09-02.bashrc: don't export SHELLOPTS, BASHOPTSEgor Tensin
2017-08-31.bashrc: set +o histexpandEgor Tensin
2017-08-25.bashrc: add stty hackEgor Tensin
2017-08-25os.sh: support Linux MintEgor Tensin
2017-08-24runc*: support -I w/ relative pathsEgor Tensin
2017-08-23.vimrc: better colors + highlight current lineEgor Tensin