Commit message (Collapse) | Author | ||
---|---|---|---|
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 | |
2017-07-16 | code style | Egor Tensin | |
2017-07-15 | .bashrc: use bold colors in PS1 | Egor Tensin | |
This way, directory names are more clearly visible in my VirtualBox Arch Linux window. | |||
2017-07-10 | sums_add_distr: add *.img, *.tar files | Egor Tensin | |
2017-06-02 | branch_fixup_committer_dates: --force | Egor Tensin | |
2017-06-01 | add branch_fixup_committer_date | Egor Tensin | |
This routine sets every commit's "commit date" to its "author date". It's really useful for me, given the amount of history rewriting I do routinely. | |||
2017-06-01 | git.sh: refactoring | Egor Tensin | |
Rename functions to better reflect their scopes. Like, whether a routine applies to a branch or to a whole repository. | |||
2017-05-29 | .gitconfig: log.follow = true | Egor Tensin | |
2017-05-29 | .gitconfig: mergetool.keepBackup = false w/ KDiff3 | Egor Tensin | |
2017-05-19 | .gitconfig: add alias.ll, alias.lll | Egor Tensin | |
2017-04-18 | add sums_remove_missing | Egor Tensin | |
2017-04-18 | distr.sh: bugfix | Egor Tensin | |
2017-04-17 | code style | Egor Tensin | |
2017-04-17 | branch_eol_normalized: bugfix | Egor Tensin | |
2017-04-16 | str_join: echo instead of printf | Egor Tensin | |
2017-04-16 | str_split: bugfix | Egor Tensin | |
2017-04-16 | bugfix & code style | Egor Tensin | |
2017-04-16 | sums_list_paths: factor out sums_unescape_path | Egor Tensin | |
2017-04-15 | str_replace*: proper escaping in sed patterns | Egor Tensin | |
2017-04-15 | str_contains, str_*_with: proper escaping | Egor Tensin | |
2017-04-15 | str_split: interface update | Egor Tensin | |
2017-04-15 | os.sh: package_list -> pkg_list | Egor Tensin | |