summary refs log tree commit diff
path: root/install.sh (follow)
Commit message (Expand)AuthorAge
* Move /opt/local back, cheat port select to use system manJune McEnroe2020-09-12
* Install mandoc on macOSJune McEnroe2020-09-11
* Rewrite install script yet againJune McEnroe2020-09-11
* Remove NetBSD from install scriptJune McEnroe2020-09-11
* Use MacPorts rather than pkgsrcJune McEnroe2020-09-11
* Add OpenBSD to install.shJune McEnroe2020-06-07
* Remove gpg symlink from NetBSD installJune McEnroe2020-05-13
* Remove mkshJune McEnroe2020-05-07
* Upgrade neovim to 0.4.3 on macOSJune McEnroe2020-03-24
* Move mksh to Linux-onlyJune McEnroe2020-01-15
* Remove gpg from install.shJune McEnroe2020-01-15
* Remove git from install.shJune McEnroe2020-01-15
* Update neovim 0.4.2June McEnroe2019-10-02
* Unset executable on shell scriptsJune McEnroe2019-08-29
* Shell script style passJune McEnroe2019-07-27
* Update macOS neovim to 0.3.8June McEnroe2019-07-27
* Update neovim to 0.3.4 on DarwinJune McEnroe2019-02-05
* Install gnupg2 from pkgsrc and symlink gpgJune McEnroe2019-01-12
* Switch to pkgsrc on DarwinJune McEnroe2018-11-27
* Install bc(1) on ArchJune McEnroe2018-09-02
* Add NetBSD to install.shJune McEnroe2018-08-26
* Install mksh rather than zshJune McEnroe2018-08-16
* Remove nasm from installJune McEnroe2018-07-23
* Tabify shell scriptsJune McEnroe2018-05-13
* Clean up install.shJune McEnroe2018-03-14
* Add nasm to install.shJune McEnroe2017-10-04
* Remove git from common packagesJune McEnroe2017-09-27
* Rename zsh scripts .zshJune McEnroe2017-09-15
* Install ddateJune McEnroe2017-08-25
* Use $() in install.shJune McEnroe2017-08-04
* Install slJune McEnroe2017-07-28
* Remove iTermJune McEnroe2017-07-18
* Only pacman -Sy onceJune McEnroe2017-07-09
* Remove tmuxJune McEnroe2017-07-04
* Fix install scriptJune McEnroe2017-06-12
* Add untested install scriptJune McEnroe2017-06-10
* Rename install.sh to link.shJune McEnroe2017-06-10
* Remove Karabiner config and move key layoutsJune McEnroe2017-06-10
* Move actual dotfiles into home directoryJune McEnroe2017-06-10
* Remove Programming keyboard layoutJune McEnroe2017-06-10
* Add Code Tarmak 1 layoutJune McEnroe2017-06-09
* Add Tarmak layoutsJune McEnroe2017-06-06
* Rename keyboard layout ProgrammingJune McEnroe2017-05-26
* Fix Library install conditionJune McEnroe2017-05-25
* Revert "Remove macOS keyboard layout"June McEnroe2017-05-25
* Rename colorscheme "trivial"June McEnroe2017-05-01
* Add bri brightness control scriptJune McEnroe2017-03-14
* Remove macOS keyboard layoutJune McEnroe2017-01-25
* Use zsh for shell scriptsJune McEnroe2017-01-21
* Add fuzzy clockJune McEnroe2017-01-19
ect'>Rewrite pngo, add explicit optionsJune McEnroe Interesting to see how my code habits have changed. 2021-09-16Fix /* **/ comment matchingJune McEnroe 2021-09-15Remove typer, add downgrade to READMEJune McEnroe 2021-09-15Set bot mode on downgradeJune McEnroe 2021-09-15Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroelogheader'>2021-09-08Add group threshold to git-commentJune McEnroe