summary refs log tree commit diff
path: root/install.sh (follow)
Commit message (Expand)AuthorAge
* 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
* Implement pbcopy and pbpaste in CJune McEnroe2017-01-06
* Add custom keyboard layout for macOSJune McEnroe2017-01-03
* Add gdbinitJune McEnroe2016-12-23
* Remove rpn.cJune McEnroe2016-10-16
* Begin JRPJune McEnroe2016-10-05
* What am I even doing?June McEnroe2016-10-03
* Add pbcopy and pbpaste using pbdJune McEnroe2016-09-17
* Add initial pbd implementationJune McEnroe2016-09-17
* Use nvim as MANPAGERJune McEnroe2016-09-13
* Add .bin/xx.cJune McEnroe2016-09-12
* Rename colorscheme to lameJune McEnroe2016-09-08
* Remove gruvboxJune McEnroe2016-08-15
* Add ''subtle'' colorschemeJune McEnroe2016-07-26
* Add htoprcJune McEnroe2016-07-26
* Remove vim configurationJune McEnroe2016-07-15
* Use vi editing mode in readlineJune McEnroe2016-07-11
* Vendor NASM syntax fileJune McEnroe2016-07-09
* Simplify install scriptJune McEnroe2016-04-06
* Remove gitignoreJune McEnroe2016-01-15
* Bash is usually in /binJune McEnroe2015-05-28
* Replace effuse with simple shell scriptsJune McEnroe2015-05-24
paste modes on err exitJune McEnroe 2020-02-11Add startup GPLv3 note and URLJune McEnroe I am a degenerate. 2020-02-11Make sure -D_GNU_SOURCE ends up in CFLAGS on LinuxJune McEnroe 2020-02-11Add note about setting PKG_CONFIG_PATHJune McEnroe 2020-02-11Rename query ID on nick changeJune McEnroe 2020-02-11Call completeClear when closing a windowJune McEnroe 2020-02-11Don't insert color codes for non-mentionsJune McEnroe 2020-02-11Take first two words in colorMentionsJune McEnroe This lets phrases like "hi june" get colored, but still doesn't get carried away. 2020-02-11Use time_t for save signatureJune McEnroe It's actually more likely to be 64-bit than size_t anyway, and it eliminates some helper functions. Also don't error when reading an empty save file. 2020-02-11Set self.nick to * initiallyJune McEnroe Allows removing a bunch of checks that self.nick is set, and it's what the server usually calls you before registration. Never highlight notices as mentions. 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe Rookie mistake. 2020-02-11Cast towupper to wchar_tJune McEnroe For some reason it takes and returns wint_t... 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe