1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-13 15:53:23 -07:00
Commit Graph

829 Commits

Author SHA1 Message Date
Connor Olding 372408b530 disable fo-j in vim
this was deleting random characters when using any syntax more esoteric than C.
2022-06-18 10:58:48 +02:00
Connor Olding dae356d559 enable modelines in vim 2022-06-18 07:30:32 +02:00
Connor Olding 07d572f85b use C syntax for shader files (for now) 2022-05-28 03:14:07 +02:00
Connor Olding 64d9b36cee regenerate readme 2022-04-12 04:15:21 -07:00
Connor Olding 11aca3f544 don't use tmux on spectre at all 2022-04-12 04:15:15 -07:00
Connor Olding 5264b1a037 refine laptop audio compressor 2022-04-12 04:13:11 -07:00
Connor Olding a5fb64d762 remove ancient db alias and known_hosts exclusion 2022-04-12 03:29:33 -07:00
Connor Olding 27e221803a regenerate readme 2022-04-12 12:28:48 +02:00
Connor Olding ba45b4f10f more laptop speaker fudgery
this still sucks but i'm working on it
2022-04-12 12:28:20 +02:00
Connor Olding fb6fc670b4 restore ytdl-format flags that i forgot 2022-04-12 12:27:58 +02:00
Connor Olding 2854cb6404 redo laptop EQ 2022-04-06 13:45:18 +02:00
Connor Olding a4bf13024f regenerate readme 2022-03-18 04:26:45 -07:00
Connor Olding ab1c9da4a6 fix typo 2022-03-18 04:26:30 -07:00
Connor Olding a6add9bd7b regenerate readme 2022-03-06 14:33:18 -08:00
Connor Olding eaa94d66b9 localize iterator variables
see commit 7d895d2
2022-03-06 13:13:40 -08:00
Connor Olding 90038bf996 allow numbers to end with a comma in the sum command
makes it easier to paste stuff into the terminal
2022-03-05 17:41:17 -08:00
Connor Olding 7d895d20a7 work around a really obtuse zsh quirk with numeric types
i should do this for the rest of the loops in the other files too.
2022-03-05 17:39:44 -08:00
Connor Olding 9116e418cf make F8 reload the current file instead of whatever 2022-03-05 17:39:11 -08:00
Connor Olding dd1bb981fb don't run tmux from alacritty (for now) 2022-01-08 21:20:07 -08:00
Connor Olding 6dbd087670 add ytdl command to run whatever's available 2022-01-08 21:16:14 -08:00
Connor Olding 69a23ab128 fix lack of sorting in unused alias 2022-01-08 21:15:26 -08:00
Connor Olding 1bf2b18fc7 don't restore cursor (use farmergreg/vim-lastplace instead) 2022-01-08 21:13:55 -08:00
Connor Olding 6ff5afb9dc kuroko stuff for vim 2022-01-08 21:13:21 -08:00
Connor Olding 032567cce0 move padding out of body so bg color applies correctly 2021-12-07 20:44:07 -08:00
Connor Olding 5ca7b3b511 regenerate readme 2021-12-02 13:07:11 -08:00
Connor Olding 5cda41a841 bypass ytdl-format checks for now (no longer an issue?) 2021-12-02 13:06:31 -08:00
Connor Olding 803a77d27b add WHEE global alias for C++ flags 2021-12-02 13:06:05 -08:00
Connor Olding de2d15c869 tweak colors2; dedicate headers to background colors 2021-11-03 07:58:47 -07:00
Connor Olding ba907e97fa improve shebang detection with regex 2021-10-31 07:34:21 +01:00
Connor Olding d7089c2ff4 fix executable permissions 2021-10-30 20:52:58 +02:00
Connor Olding 8291a65bcf regenerate readme 2021-10-29 16:22:53 +02:00
Connor Olding 4c128d42f8 add handling for perl to compatibility table 2021-10-29 16:22:13 +02:00
Connor Olding a0c83289e3 add shelly as a weird hack for invoking interactive shells 2021-10-29 16:06:44 +02:00
Connor Olding a9f8dd642c regenerate readme 2021-10-29 15:46:21 +02:00
Connor Olding a2ae5a212d rename ~/.-shrc to ~/.shrc
the reason for the hyphen is that i was originally concerned
about random shells executing the file when i didn't want them to.
back then, i was only targetting zsh and bash, and therefore
`~/.-shrc` was not yet suitable for any other shells.
nowadays, `~/.-shrc` is has better shell compatibility,
and i'm not actually aware of any shells that would execute
`~/.shrc` by default -- `$ENV` is typically required to be set.
2021-10-29 15:44:31 +02:00
Connor Olding 23e3e74387 regenerate readme 2021-10-29 15:14:36 +02:00
Connor Olding a7a62695f9 add a Colour command to load GUI colorschemes nicely 2021-10-29 15:07:29 +02:00
Connor Olding cf51cc62b0 add ~/.prep to do tasks like /etc/profile 2021-10-29 15:04:47 +02:00
Connor Olding 665ebfc9f7 use FAKE_COMPAT on document script 2021-10-29 15:03:02 +02:00
Connor Olding c501458371 experiment without search wraparound in tmux 2021-10-29 12:27:23 +02:00
Connor Olding 00064c6f89 ignore CVS directores in decently 2021-10-29 12:25:12 +02:00
Connor Olding 0fe48b0526 superficial indentation change 2021-10-29 12:24:44 +02:00
Connor Olding 74feaab252 add a couple aliases that i might rename later 2021-10-29 12:23:23 +02:00
Connor Olding cb7428f4cd allow tmux in terminals that don't use pseudo-ttys 2021-10-29 12:23:07 +02:00
Connor Olding a78187b435 add another script to dump colors in a different order 2021-10-22 18:27:21 +02:00
Connor Olding 2fb9bbe24f add some scripts that act on shell variables
these are kinda experimental.
2021-10-22 18:25:33 +02:00
Connor Olding 13149ff607 fix fzy check for real this time 2021-10-21 17:01:23 +02:00
Connor Olding 713f352c2c regenerate readme 2021-10-21 16:58:38 +02:00
Connor Olding c773c244fc experiment with some vim settings 2021-10-21 16:49:01 +02:00
Connor Olding 1ad81ff42d avoid a pipe and grep invocation in ADDPATH 2021-10-20 21:01:09 +02:00