Commit Graph

650 Commits

Author SHA1 Message Date
xfnw
9fe8c2750f add fixme to the org structure templates 2022-08-05 12:58:13 -04:00
xfnw
08debd194e make org export references deterministic 2022-08-03 20:58:01 -04:00
xfnw
dcc3334c50 fix fixme color, remove unused functions 2022-08-03 20:20:23 -04:00
xfnw
71be975c85 org setup disable toc
most pages will only have a few headings, larger pages where the toc is
nessesary can override this
2022-08-02 22:05:46 -04:00
xfnw
bfbe89f108 org setupfiles display footnote paragraphs inline
no idea why org export decides to make that a p tag, but whatever
2022-08-02 21:45:15 -04:00
xfnw
c3154427a5 org: be friendly to mobile 2022-08-02 19:59:12 -04:00
xfnw
844fa8a5d0 org setupfiles
mostly stolen from yeti <3
https://yeti.tilde.institute
2022-08-02 19:55:00 -04:00
xfnw
6948150ace vim add ansi color keybinds to Artist
the keybinds are gc{0..7} to insert a color, gb{0..7} to insert a
color's bright variant, gc8 or gb8 to insert framework for 256color code
and go into insert mode, and gc9 or gb9 to reset color
2022-07-29 16:37:12 -04:00
xfnw
9dee2d630f vim add ansi color parsing plugin 2022-07-29 16:37:30 -04:00
xfnw
b21988d5fc fox jumps 2022-07-26 10:52:29 -04:00
xfnw
08e0c968aa enable all the codecs that are installed by default 2022-07-25 17:53:46 -04:00
xfnw
6215071734 enable opus 2022-07-25 14:35:47 -04:00
xfnw
69420d2d9b play/pause media keys
for some reason this was automatically worked without this before, but
then broke after a recent update
2022-07-24 20:51:28 -04:00
xfnw
27912cb99d ghci show types automatically 2022-07-24 13:24:50 -04:00
xfnw
4a62338471 ghci: import Control.Monad
yay ap and stuff
2022-07-23 12:53:03 -04:00
xfnw
72d88f65f9 add server purge alias
thanks peng on libera dot chat
2022-07-20 18:22:24 -04:00
xfnw
90e698eda5 git pretty log alias 2022-07-18 23:39:51 -04:00
xfnw
762c6f7aa2 set git gpg signing key 2022-07-18 23:38:40 -04:00
xfnw
d30f2e365a gimp color palettes!
storing them in gimp's format, since krita supports importing it, and
almost nothing supports krita's format
2022-07-18 18:08:15 -04:00
xfnw
092a830fa4 fix bb-org css 2022-07-17 23:26:18 -04:00
xfnw
f2f70ac5b3 bb-org: change helptext references to org from markdown 2022-07-17 23:13:55 -04:00
xfnw
5bf6e384a7 allow inserting special chars in insert too 2022-07-16 13:12:23 -04:00
xfnw
52ab86c3c8 make artist mode for vim 2022-07-16 13:00:43 -04:00
xfnw
eeeddfaeee emacs org latex export: make images wider 2022-07-14 12:29:41 -04:00
xfnw
ca7929f822 kitty: disable confirm_os_window_close prompt 2022-07-14 12:25:01 -04:00
xfnw
fec1e5f177 make vim latex template somewhat accessible
requires the package texlive-latexextra for accessibility.sty

it is broken and semi-unmaintained, but it is better than nothing i
guess
2022-07-13 13:46:27 -04:00
xfnw
d1dd1e74a1 add glances config 2022-07-09 20:30:19 -04:00
xfnw
e37ae37fc9 emacs: enable sudo-edit indicator mode 2022-07-08 09:49:29 -04:00
xfnw
5283281c8e emacs eww: swap g and G keybinds 2022-07-08 09:44:49 -04:00
vulpine
24b476a8b1 create .ghci 2022-07-03 19:54:25 -04:00
vulpine
963ba28e8f emacs allow inserting literal tabs in the middle of lines 2022-07-02 22:50:44 -04:00
xfnw
83f01dca35 change i3 colors 2022-07-02 20:26:45 -04:00
xfnw
bc0efed4c1 remove extra arguments from deshake function 2022-07-01 22:57:07 -04:00
xfnw
ec92aafba8 add cch zsh alias for common cppcheck options 2022-07-01 08:04:32 -04:00
xfnw
eeb8da595e add newline at the end of .emacs
whoops
2022-06-28 14:06:17 -04:00
vulpine
09865802d8 irssi: normalize alias case 2022-06-28 11:25:42 -04:00
vulpine
1b3a0993f4 indent with tabs in C mode 2022-06-28 11:15:51 -04:00
xfnw
ebcf59d00f increace company-minimum-prefix-length 2022-06-27 12:40:56 -04:00
xfnw
6ea89a8fd3 emacs eww bind u to back
also switch emacs company to super for quick access
2022-06-27 12:31:16 -04:00
vulpine
222160fc9e turn off company on term mode 2022-06-27 10:35:22 -04:00
vulpine
f50ea243d7 emacs add company mode 2022-06-27 10:13:49 -04:00
vulpine
e60182e483 emacs: make scratch message cat themed 2022-06-24 14:48:43 -04:00
vulpine
f8d7e3b277 emacs enable auto-fill-mode on text too 2022-06-24 14:22:00 -04:00
vulpine
70cce3dfde emacs: add 'gj' keybinding for justifying text
the original `gw` binding left-aligns text
2022-06-23 22:20:38 -04:00
vulpine
8735350c93 rotate: use args instead of stdin 2022-06-23 13:44:51 -04:00
xfnw
f72658f639 git: do not always rebase 2022-06-23 12:55:14 -04:00
vulpine
708e7c791f add little log rotating script 2022-06-23 12:51:21 -04:00
xfnw
1e4bb65549 fix shell functions and add after alias 2022-06-21 23:32:59 -04:00
xfnw
909c74c838 org todo set keywords globally
having to reload a new org file after setting the setupfile to get the
todo keywords was getting annoying
2022-06-16 19:37:47 -04:00
xfnw
b80b983420 orgmode define footnotes inline 2022-06-16 19:12:43 -04:00