Commit Graph

639 Commits

Author SHA1 Message Date
xfnw 8069cfcdf2 zshrc: correct ffdiff colors
this avoids having the gray background for no motion
2023-12-28 21:47:38 -05:00
xfnw 64084403fa i3: add keybind to type datetime 2023-12-26 15:38:04 -05:00
xfnw bea6615106 vim: make folds actually readable 2023-12-18 18:31:10 -05:00
xfnw 42c22451aa obv: do stuff in /tmp instead 2023-12-09 15:37:00 -05:00
xfnw 01b3b5b8e8 i3: add $mod+shift+z keybind 2023-12-08 22:03:50 -05:00
xfnw 610d922b78 obv: add a small sleep
seems to be a bit race-condition-y :|
2023-12-08 21:51:46 -05:00
xfnw c00ff8c5b8 obv: create 2023-12-08 20:41:24 -05:00
xfnw 20ef8069dc i3: change $mod+z screenshot to use fixed filename 2023-12-08 16:25:11 -05:00
xfnw 95383ed628 zshrc: replace ffdiff with ffmpeg's built in tblend
much nicer looking while simultaneously being faster
2023-12-02 11:09:09 -05:00
xfnw 0938450a4e git: enable push.autoSetupRemote 2023-12-02 09:32:32 -05:00
xfnw ccabfb17fc clang-format: AlignEscapedNewlines to DontAlign instead
i changed my mind. Left is still a lot of spaces, and changing every
line of a macro every time the longest line changes length is not very
version control friendly
2023-12-02 08:59:54 -05:00
xfnw 2a14db2e03 clang-format: AlignEscapedNewlines to Left
the LLVM style's default of Right is just an absurd number of spaces
2023-12-01 21:44:29 -05:00
xfnw b66a218ef3 tex2svg: include cancel package 2023-11-28 17:48:08 -05:00
xfnw e6a3ee18d7 git: add alias for fetching git-notes
the `#` is a hack to prevent the shell from adding arguments to the end,
`$2` is for inserting a `+` in front of the refspec to allow overwriting
2023-11-17 20:39:14 -05:00
xfnw b62236e8d9 c: add a decompile mode 2023-10-19 19:07:38 -04:00
xfnw 117f128435 vimrc: increase textwidth 2023-09-16 12:25:49 -04:00
xfnw ed467cddae vimrc: populate mandoc cross references 2023-09-08 16:08:28 -04:00
xfnw 235e32d534 emacs: setup slime
swap around key combinations as with inferior-lisp
2023-08-26 22:23:12 -04:00
xfnw 6b75c0888c emacs: setup inferior-lisp
swap lisp-eval-defun and lisp-compile-defun key combinations, to be
easier to type
2023-08-26 16:34:55 -04:00
xfnw b179416661 i3: add some missing codes to emoji picker 2023-08-25 12:50:25 -04:00
xfnw bb435ffa31 ranger: change wording 2023-08-22 11:42:38 -04:00
xfnw 5fa4604e17 Revert "indent small sections too" and delete unneeded file
This reverts commit 6acf06648e.
2023-08-16 14:40:18 -04:00
xfnw 8ebe037855 vim mdoc template: fix heading order and remove OPTIONS
to be compliant with mdoc(7)'s recommended headings
2023-08-16 14:19:15 -04:00
xfnw 82c5d62db4 irssi: add alias 2023-08-14 15:58:20 -04:00
xfnw a74abe29b2 ranger: show size and cleaned up cidr 2023-08-14 15:54:35 -04:00
xfnw 409d26da5b glances: slow down refresh rate 2023-08-05 16:16:08 -04:00
xfnw 173b8e13f7 emacs: enable xml autocompletion
it seems emacs also decided to automatically convert the newlines in
my initial-scratch-message to octal for some reason
2023-08-04 14:21:32 -04:00
xfnw 4ac881aeb7 bb: remove weird ./ in guid 2023-08-03 12:32:41 -04:00
xfnw 884aa2faeb badwolf: newtab page 2023-08-02 14:19:14 -04:00
xfnw 1642e1c6e3 zshrc: add function 2023-07-30 16:17:45 -04:00
xfnw 9f5fb530d3 qrscan: pass through arguments 2023-07-30 13:52:11 -04:00
xfnw 33bb02ef6d zsh: clean up comments, set WORDCHARS 2023-07-28 11:54:09 -04:00
xfnw 0c40887004 update bin 2023-07-24 15:06:03 -04:00
xfnw 805fd2147b XCompose: add greek letter SIGMA 2023-07-22 16:50:30 -04:00
xfnw d0bb925bac zshrc: add ahex alias 2023-07-20 15:25:58 -04:00
xfnw f24afcfec3 irssi: add more -line aliases 2023-07-19 21:01:25 -04:00
xfnw af55322500 gimp: add palette 2023-07-16 11:32:46 -04:00
xfnw 75c79b4df9 irssi: remove chghost script
chghost is now natively supported in irssi
2023-07-15 11:33:52 -04:00
xfnw 84a5aa05f4 irssi: add chghost to theme 2023-07-15 11:19:37 -04:00
xfnw 557c4ed29d zshrc: add colorspace-corrected dither function 2023-07-11 10:34:27 -04:00
xfnw 57aeec27b1 emacs: update theme hash 2023-07-01 09:58:01 -04:00
xfnw 0448d9fa3f add a default clang-format 2023-06-25 10:43:34 -04:00
xfnw 20ed59bd28 zshrc: add rot13 function 2023-06-23 22:52:09 -04:00
xfnw ef18b43f4c json2xml: handle names starting with numbers
tag names starting with a number is not valid xml,
prefix them with 'n'
2023-06-23 13:31:22 -04:00
xfnw 4031bc5161 json2xml: handle null 2023-06-23 13:15:33 -04:00
xfnw 89cb037efa json2xml: support numbers and booleans 2023-06-23 11:41:17 -04:00
xfnw 804a818615 its xslt time 2023-06-22 16:08:18 -04:00
xfnw cde35ec492 script for sorting domains 2023-06-20 11:26:34 -04:00
xfnw 399dfae756 default ctags options 2023-06-14 16:44:34 -04:00
xfnw d8db9914c8 vimrc: add LaTeX multicols key 2023-06-11 22:35:23 -04:00