mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-24 06:06:46 +00:00
Discord canary and bsdtar
This commit is contained in:
parent
0cd2aec755
commit
097b296686
|
@ -1,6 +1,7 @@
|
|||
set -x EDITOR nvim
|
||||
set -x PAGER most
|
||||
set -x MANPAGER "nvim -c 'set ft=man' -"
|
||||
set D ~
|
||||
|
||||
test (hostname) = aperture && set D /mnt/LocalDiskD/
|
||||
|
||||
|
|
|
@ -34,12 +34,11 @@ c.aliases['mpv4'] = mpv + ' --ytdl-format=bestvideo[vcodec^=avc1]+bestaudio'
|
|||
c.aliases['remove-sticky'] = 'jseval -q !function(){var e,o=document.querySelectorAll("body *");for(e=0;e<o.length;e++)["sticky","fixed"].includes(getComputedStyle(o[e]).position)&&o[e].parentNode.removeChild(o[e])}();'
|
||||
c.aliases['re'] = 'restart'
|
||||
|
||||
c.content.blocking.method = "both"
|
||||
host = c.content.blocking.hosts.lists.append
|
||||
host("https://github.com/Perflyst/PiHoleBlocklist/raw/master/AmazonFireTV.txt")
|
||||
host("https://github.com/jmdugan/blocklists/raw/master/corporations/twitter/all")
|
||||
host("https://github.com/jmdugan/blocklists/raw/master/corporations/microsoft/all")
|
||||
host("https://github.com/jmdugan/blocklists/raw/master/corporations/facebook/all-but-whatsapp")
|
||||
host("https://github.com/jmdugan/blocklists/raw/master/corporations/facebook/all")
|
||||
|
||||
abp = c.content.blocking.adblock.lists.append
|
||||
abp("https://fanboy.co.nz/r/fanboy-ultimate.txt")
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
discord https://discord.com/app
|
||||
discord https://canary.discord.com/app
|
||||
drop https://drop.lol
|
||||
hn https://news.ycombinator.com
|
||||
tuta https://mail.tutanota.com
|
||||
webex https://rensselaer.webex.com/
|
||||
lms https://lms.rpi.edu/ultra/stream
|
||||
submitty https://submitty.cs.rpi.edu/home
|
||||
dial https://covid19.rpi.edu/dailycheckin
|
||||
|
|
|
@ -3,7 +3,7 @@ alias a 'alias -s'
|
|||
|
||||
a D 'cd $D'
|
||||
a aliases 'v (which aliases); command aliases'
|
||||
a all2jxl 'fd -e{png,jpg} -x cjxl -e 8 -q 100 {} {.}.jxl && fd -e{png,jpg} -x rm'
|
||||
a all2jxl 'fd -e{png,jpg} -x cjxl -e 8 -d 0 {} {.}.jxl && fd -e{png,jpg} -x rm'
|
||||
a base64d 'echo (echo $argv | base64 -d 2>/dev/null);:'
|
||||
a bax 'source (which bax) && bax'
|
||||
a cd 'cd (realpath $argv 2> /dev/null);:'
|
||||
|
@ -22,7 +22,7 @@ a la 'l -a'
|
|||
a less 'eval $PAGER'
|
||||
a off shutdown
|
||||
a offh 'off (math "60*"$argv);:'
|
||||
a open rifle
|
||||
a open xdg-open
|
||||
a pagedl 'wget -H -k -p --no-clobber -e robots=off'
|
||||
a png2webp 'fd -e png -x cwebp -z 9 -mt {} -o {.}.webp && fd -e png -x rm'
|
||||
a qutainer 'qutebrowser -B /tmp'
|
||||
|
@ -34,6 +34,7 @@ a s 'sudo env "PATH=$PATH"'
|
|||
a se 's eopkg'
|
||||
a spleet 'spleeter separate -o . -c flac'
|
||||
a ta 'tmux a -t (math 0 + "0$argv");:'
|
||||
a tar bsdtar
|
||||
a up 'se up --y'
|
||||
a v vi
|
||||
a vi nvim
|
||||
|
|
|
@ -5,6 +5,7 @@ test $argv && set LOFI $argv
|
|||
test -f /usr/share/man/man3/Parallel::ForkManager.3 || sudo eopkg it perl-parallel-forkmanager
|
||||
|
||||
mkdir /tmp/vox
|
||||
fusermount -u /tmp/vox
|
||||
ifuse --documents com.coppertino.VoxMobile /tmp/vox
|
||||
|
||||
if not test -d $LOFI
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
fd -e pdf -x cpdfsqueeze {} {}
|
||||
fd -e png -x oxipng
|
||||
fd -e{epub,zip,cbz,jar,docx} -x advzip -z4
|
||||
fd -e{epub,zip,cbz,jar,docx,odt,apk} -x advzip -z4
|
||||
fd -ejp{e,}g -x jpegoptim
|
||||
fd -e webp -x cwebp -z 9 -mt {} -o {}
|
||||
|
|
|
@ -4,7 +4,7 @@ sudo eopkg rm -y firefox $gnome hexchat onboard thunderbird
|
|||
|
||||
audio="audacious audacious-plugins audacity opus-tools quodlibet spek"
|
||||
dev="ccache docker-compose git-extras llvm-clang neovim parallel solbuild tig upx"
|
||||
gui="abiword bleachbit caja gmic-gimp engrampa keepassxc kitty lutris vorta"
|
||||
gui="bleachbit caja gmic-gimp engrampa keepassxc kitty lutris vorta"
|
||||
media="avidemux gaupol jpegoptim mpv playerctl usbmuxd viewnior zathura-poppler"
|
||||
rice="adapta-gtk-theme ant-dracula-gtk-theme font-ubuntu-ttf rofi starship stow"
|
||||
term="advancecomp autojump fd fish fzf innoextract most ncdu p7zip ranger ripgrep tmux"
|
||||
|
|
Loading…
Reference in a new issue