Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | 2018-06-04 | |
| | | | | | | 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. | |||
* | attempt to organize stuff properly | Egor Tensin | 2018-06-04 | |
| | | | | | | | 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. | |||
* | remove .profile | Egor Tensin | 2018-06-04 | |
| | ||||
* | remove ~/.fonts.conf | Egor Tensin | 2018-06-04 | |
| | | | | | It seems to be semi-deprecated and I haven't really encoutered bad font problems lately anyway. | |||
* | move ssh-related stuff to ssh.sh | Egor Tensin | 2018-06-04 | |
| | | | | | | 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. | |||
* | .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-06-04 | |
| | ||||
* | .bashrc: don't export PS1 | Egor Tensin | 2018-05-31 | |
| | | | | dash (and possibly other shells) inherit this one and break. | |||
* | add .xsessionrc | Egor Tensin | 2018-05-30 | |
| | ||||
* | .profile: more POSIX sh-compatible | Egor Tensin | 2018-05-30 | |
| | ||||
* | .my.cnf: mysql --no-auto-rehash | Egor Tensin | 2018-05-26 | |
| | ||||
* | runc*: best bash practices | Egor Tensin | 2018-05-23 | |
| | ||||
* | .gitconfig: add comments to git settings | Egor Tensin | 2018-05-14 | |
| | ||||
* | .gitconfig: add submodule-related settings | Egor Tensin | 2018-05-14 | |
| | | | | | This is cool: https://medium.com/@porteneuve/mastering-git-submodules-34c65e940407 | |||
* | .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-14 | |
| | ||||
* | .gitconfig: even smarter alias.fixup | Egor Tensin | 2018-05-13 | |
| | ||||
* | add Apport settings | Egor Tensin | 2018-05-09 | |
| | ||||
* | .gitconfig: smarter alias.fixup | Egor Tensin | 2018-05-08 | |
| | ||||
* | .gitconfig: smarter alias.fixup | Egor Tensin | 2018-05-05 | |
| | ||||
* | mysql.sh: `mysql --no-auto-rehash` | Egor Tensin | 2018-05-05 | |
| | | | | It's too slow over slow connections for huge databases otherwise. | |||
* | .bashrc: add date aliases | Egor Tensin | 2018-04-11 | |
| | ||||
* | mysql.sh: support $MYSQL_DATABASE | Egor Tensin | 2018-04-11 | |
| | ||||
* | add mysql.sh | Egor Tensin | 2018-04-05 | |
| | ||||
* | .gitconfig: add alias.fixup | Egor Tensin | 2018-03-22 | |
| | ||||
* | htoprc: auto-updated for some reason | Egor Tensin | 2018-03-22 | |
| | ||||
* | top: add CPU usage | Egor Tensin | 2017-12-18 | |
| | ||||
* | add top & htop configs | Egor Tensin | 2017-12-12 | |
| | ||||
* | .gitconfig: add --skip-worktree aliases | Egor Tensin | 2017-12-06 | |
| | ||||
* | .gitconfig: install LFS | Egor Tensin | 2017-12-01 | |
| | ||||
* | os.sh: support Fedora | Egor Tensin | 2017-12-01 | |
| | | | | Also, OS detection has been reworked a bit. | |||
* | renamed the repo | Egor Tensin | 2017-11-29 | |
| | ||||
* | .bashrc: .bash_aliases -> .bashrc_work | Egor Tensin | 2017-11-29 | |
| | ||||
* | Sublime Text 3: tabs instead of spaces | Egor Tensin | 2017-11-18 | |
| | ||||
* | .gitconfig: include ~/.gitconfig_work | Egor Tensin | 2017-10-26 | |
| | ||||
* | don't source files twice | Egor Tensin | 2017-10-04 | |
| | ||||
* | .bashrc: source optional .bash_aliases | Egor Tensin | 2017-10-04 | |
| | ||||
* | move PYTHONSTARTUP to python.sh | Egor Tensin | 2017-10-01 | |
| | ||||
* | add python.sh | Egor Tensin | 2017-10-01 | |
| | | | | This is a stupid way to add your user's pip binary directory to $PATH. | |||
* | path_add: prepend | Egor Tensin | 2017-10-01 | |
| | ||||
* | Sublime Text 3: don't auto-complete braces | Egor Tensin | 2017-09-22 | |
| | | | | Also, make sure files end with \n. | |||
* | Sublime Text 3: larger fonts in tabs and sidebar | Egor Tensin | 2017-09-14 | |
| | ||||
* | add Sublime Text settings | Egor Tensin | 2017-09-13 | |
| | | | | Another import from windows-home after switching to Linux full-time. |