summary refs log tree commit diff
path: root/install.sh (follow)
Commit message (Collapse)AuthorAge
* Update neovim to 0.3.4 on DarwinJune McEnroe2019-02-05
| | | | Also rewrite install.sh once again.
* Install gnupg2 from pkgsrc and symlink gpgJune McEnroe2019-01-12
|
* Switch to pkgsrc on DarwinJune McEnroe2018-11-27
| | | | | | | | | I've had enough of Homebrew. I want a real package manager that can remove unneeded dependencies. neovim still isn't in pkgsrc, so download binaries of that separately for now. Hopefully I haven't broken any other systems by rewriting install.sh like this.
* 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
| | | | | Something gave me the impression that sh did not like this, but it's specified by POSIX.
* Install slJune McEnroe2017-07-28
|
* Remove iTermJune McEnroe2017-07-18
| | | | We've been through a lot together.
* Only pacman -Sy onceJune McEnroe2017-07-09
|
* Remove tmuxJune McEnroe2017-07-04
| | | | | | | | | | | tmux configuration was starting to bother me, and it got worse with Sierra. Turns out that neovim terminal emulation is much more natural to work with and requires less configuration, though I still disapprove of the feature being included in an editor! For detaching and attaching sessions, abduco is a simple tool that seems to work decently, but given that I will likely only be running neovim in the sessions, I might come up with something even simpler.
* 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
| | | | | | | | | Custom layouts allow me to drop Karabiner, which is necessary since it still doesn't work on Sierra. Moved the keylayout files to be just files since installing them with symlinks doesn't work very well, they need to be installed with Ukelele. I should find out what it does though.
* Move actual dotfiles into curtis directoryJune McEnroe2017-06-10
|
* Remove Programming keyboard layoutJune McEnroe2017-06-10
| | | | | It's broken and should be redone in the same way as CodeTarmak1 if I need a QWERTY programming layout again.
* Add Code Tarmak 1 layoutJune McEnroe2017-06-09
|
* Add Tarmak layoutsJune McEnroe2017-06-06
| | | | From <https://github.com/sblaurock/tarmak-layouts>.
* Rename keyboard layout ProgrammingJune McEnroe2017-05-26
|
* Fix Library install conditionJune McEnroe2017-05-25
|
* Revert "Remove macOS keyboard layout"June McEnroe2017-05-25
| | | | This reverts commit ab3cd01748a4a99e6095654e03e2db35ed5b5313.
* Rename colorscheme "trivial"June McEnroe2017-05-01
|
* Add bri brightness control scriptJune McEnroe2017-03-14
| | | | This is probably terrible.
* Remove macOS keyboard layoutJune McEnroe2017-01-25
| | | | Does not work in all apps.
* Use zsh for shell scriptsJune McEnroe2017-01-21
|
* Add fuzzy clockJune McEnroe2017-01-19
|
* Implement pbcopy and pbpaste in CJune McEnroe2017-01-06
| | | | | | | | | Ted Unangst broke my netcat implementation of pbpaste with this commit: <https://github.com/openbsd/src/commit/bb978d8>, which, when /dev/null is attached to stdin, causes nc to exit and never read from the socket. Turns out the core functionality of netcat can be implemented in about 50 lines of C.
* 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
| | | | | It's Monday night and I've had a lot to drink because I didn't like what Monday day was like. Ain't that just the way?
* Add pbcopy and pbpaste using pbdJune McEnroe2016-09-17
|
* Add initial pbd implementationJune McEnroe2016-09-17
| | | | Error handling in C is tedious.
* 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
| | | | I'm just trying this out.
* Add htoprcJune McEnroe2016-07-26
|
* Remove vim configurationJune McEnroe2016-07-15
|
* Use vi editing mode in readlineJune McEnroe2016-07-11
| | | | Dear lord why have I let myself suffer without this? Embarrassing.