1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-01-24 05:27:19 +00:00

screw dotfile commit names

This commit is contained in:
Phantop 2022-10-02 23:02:15 -04:00
parent a19cc3c950
commit 0b94855be6
5 changed files with 12 additions and 4 deletions

View file

@ -64,8 +64,8 @@ a compress '7z a -m0=flzma2 -mx9 -mmt=8 -mfb=273 -md=256m -ms=on (realpath $argv
a dwarf 'mkdwarfs -i . -o $PWD.dwarfs'
a dwarfmount 'dwarfs -f $argv (mktemp -d | tee /dev/tty /dev/stderr 2>| clip);:'
a dwarfs 'dwarfs -o offset=auto -o tidy_strategy=swap'
a dwarfs2null 'dwarfsextract -o /dev/null -f ustar -i'
a dwarfs2tar 'dwarfsextract -o dwarfs-root.tar -f ustar -i'
a dwarfs2null 'dwarfsextract -o /dev/null -f gnutar -i'
a dwarfs2tar 'dwarfsextract -o dwarfs-root.tar -f gnutar -i'
a redwarf 'mkdwarfs -o redwarf.dwarfs --recompress -i'
a squash 'mksquashfs . $PWD.squashfs -comp zstd -b 1M -Xcompression-level 22'
a undwarfs 'mkdir dwarfs-root; dwarfsextract -o dwarfs-root -i'
@ -76,7 +76,7 @@ for i in (cat ~/.config/qutebrowser/quickmarks | cut -d ' ' -f1)
a $i "qutebrowser / \":open $i\""
end
for i in deemix nsz scdl soundscrape spleeter
for i in deemix nsz ratarmount scdl soundscrape spleeter
a $i "pipx run $i"
end

5
bin/jqf Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
in=$(mktemp)
cat /dev/stdin > "$in"
fzf --preview-window='up:99%' --preview "jq --color-output -r {q} $in $1"
rm -f "$in"

View file

@ -47,4 +47,6 @@ command Q q!
filetype plugin indent on
syntax enable
PaqSync
autocmd BufReadPost,FileReadPost *.bz3 call gzip#read("bzip3 -d")
]]

View file

@ -11,7 +11,7 @@ c.confirm_quit = ['downloads']
c.downloads.location.directory = '~/Downloads'
c.qt.workarounds.remove_service_workers = True
c.url.searchengines['l'] = 'farside.link/librex/search.php?q={}'
c.url.searchengines['l'] = 'librex.catalyst.sx/search.php?q={}'
c.url.searchengines['m'] = 'morty.ononoki.org/?mortyurl={}'
c.url.searchengines['s'] = 'farside.link/searxng/search?q={}'
c.url.searchengines['y'] = 'farside.link/invidious/search?q={}'

View file

@ -7,3 +7,4 @@ set recolor-keephue
set recolor-reverse-video
set recolor-darkcolor '#FFFFFF'
map <C-i> set recolor-reverse-video
map <A-e> set 'default-bg \#EEE'