Commit message (Collapse) | Author | ||
---|---|---|---|
2018-05-14 | .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-13 | .gitconfig: even smarter alias.fixup | Egor Tensin | |
2018-05-09 | add Apport settings | Egor Tensin | |
2018-05-08 | .gitconfig: smarter alias.fixup | Egor Tensin | |
2018-05-05 | .gitconfig: smarter alias.fixup | Egor Tensin | |
2018-05-05 | mysql.sh: `mysql --no-auto-rehash` | Egor Tensin | |
It's too slow over slow connections for huge databases otherwise. | |||
2018-04-11 | .bashrc: add date aliases | Egor Tensin | |
2018-04-11 | mysql.sh: support $MYSQL_DATABASE | Egor Tensin | |
2018-04-05 | add mysql.sh | Egor Tensin | |
2018-03-22 | .gitconfig: add alias.fixup | Egor Tensin | |
2018-03-22 | htoprc: auto-updated for some reason | Egor Tensin | |
2017-12-18 | top: add CPU usage | Egor Tensin | |
2017-12-12 | add top & htop configs | Egor Tensin | |
2017-12-06 | .gitconfig: add --skip-worktree aliases | Egor Tensin | |
2017-12-01 | .gitconfig: install LFS | Egor Tensin | |
2017-12-01 | os.sh: support Fedora | Egor Tensin | |
Also, OS detection has been reworked a bit. | |||
2017-11-29 | renamed the repo | Egor Tensin | |
2017-11-29 | .bashrc: .bash_aliases -> .bashrc_work | Egor Tensin | |
2017-11-18 | Sublime Text 3: tabs instead of spaces | Egor Tensin | |
2017-10-26 | .gitconfig: include ~/.gitconfig_work | Egor Tensin | |
2017-10-04 | don't source files twice | Egor Tensin | |
2017-10-04 | .bashrc: source optional .bash_aliases | Egor Tensin | |
2017-10-01 | move PYTHONSTARTUP to python.sh | Egor Tensin | |
2017-10-01 | add python.sh | Egor Tensin | |
This is a stupid way to add your user's pip binary directory to $PATH. | |||
2017-10-01 | path_add: prepend | Egor Tensin | |
2017-09-22 | Sublime Text 3: don't auto-complete braces | Egor Tensin | |
Also, make sure files end with \n. | |||
2017-09-14 | Sublime Text 3: larger fonts in tabs and sidebar | Egor Tensin | |
2017-09-13 | add Sublime Text settings | Egor Tensin | |
Another import from windows-home after switching to Linux full-time. | |||
2017-09-04 | runc*: finally merged runc & runcxx! | Egor Tensin | |
2017-09-04 | runc*: put flags after source files | Egor Tensin | |
Weirdly, GCC _really_ likes it that way. | |||
2017-09-04 | runc*: support -L w/ relative paths | Egor Tensin | |
2017-09-02 | .gitconfig: add comment to alias.xx | Egor Tensin | |
2017-09-02 | add .ghci and .stack/config.yaml | Egor Tensin | |
I no longer do Haskell on Windows only, yay! | |||
2017-09-02 | .bashrc: don't export SHELLOPTS, BASHOPTS | Egor Tensin | |
2017-08-31 | .bashrc: set +o histexpand | Egor Tensin | |
2017-08-25 | .bashrc: add stty hack | Egor Tensin | |
2017-08-25 | os.sh: support Linux Mint | Egor Tensin | |
2017-08-24 | runc*: support -I w/ relative paths | Egor Tensin | |
2017-08-23 | .vimrc: better colors + highlight current line | Egor Tensin | |
2017-08-22 | add .screenrc | Egor Tensin | |
2017-08-22 | .bashrc: add xclip alias | Egor Tensin | |
2017-08-22 | .gitconfig: group aliases | Egor Tensin | |
2017-08-22 | .gitconfig: remove alias.wdiff | Egor Tensin | |
2017-08-22 | .gitconfig: remove custom KDiff3 settings | Egor Tensin | |
It's supported by git anyway. The only inconvinience is that I'll have to confirm a mergetool every time there's a conflict, but meh. | |||
2017-08-22 | .gitconfig: core.autocrlf = false | Egor Tensin | |
Because seriously, what the hell. Watch your newlines! | |||
2017-08-22 | .profile: fix on Linux Mint | Egor Tensin | |
2017-08-07 | branch_fixup_comitter_dates: an alias now | Egor Tensin | |
2017-08-07 | *_eol_normalized: don't clean workdir | Egor Tensin | |
2017-08-07 | repo_branches: an alias now | Egor Tensin | |