diff --git a/.config/qutebrowser/quickmarks b/.config/qutebrowser/quickmarks index 17c39bc..f14716b 100644 --- a/.config/qutebrowser/quickmarks +++ b/.config/qutebrowser/quickmarks @@ -1,7 +1,4 @@ -class https://classroom.google.com discord https://discord.com/app -docs https://docs.google.com -drive https://drive.google.com drop https://drop.lol hn https://news.ycombinator.com tuta https://mail.tutanota.com diff --git a/.local/bin/aliases b/.local/bin/aliases index 3b6c908..18d87e4 100755 --- a/.local/bin/aliases +++ b/.local/bin/aliases @@ -12,6 +12,7 @@ a ff 'fd -HILi -Edosdevices -E.git' a g git a giveme 's chown $USER' a hardinfo 'inxi -SPARM -GCDN -v1 -xGCRS -Fxz' +a imgsum 'printf "$argv: " && identify -format "%#\n"' a l ls a la 'l -a' a launcher 'rofi -combi-modi "drun,run" -show combi -modi "combi,window"' @@ -19,10 +20,13 @@ a less 'eval $PAGER' a off shutdown a open rifle 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 rmlinks 'ff -t l -x rm' a qb 'qutebrowser --target auto' a re 'systemctl reboot -i' a s 'sudo env "PATH=$PATH"' a se 's eopkg' +a spleet 'spleeter && command spleeter separate -o . -c flac' a up 'se up --y' a v vi a vi nvim @@ -38,6 +42,6 @@ for i in (cat ~/.config/qutebrowser/quickmarks | cut -d ' ' -f1) a $i "qb / \":quickmark-load $i\"" end -for i in mcross thonny +for i in getnative mcross spleeter thonny a $i "pipx run $i" end diff --git a/.local/bin/optiall b/.local/bin/optiall index 48553fb..938f234 100755 --- a/.local/bin/optiall +++ b/.local/bin/optiall @@ -3,3 +3,4 @@ fd -e pdf -x cpdfsqueeze {} {} fd -e png -x oxipng fd -e{epub,zip,cbz,jar} -x advzip -z4 fd -ejp{e,}g -x jpegoptim +fd -e webp -x cwebp -z 9 -mt {} -o {} diff --git a/.setup b/.setup index 4cb5ac2..e2188f4 100755 --- a/.setup +++ b/.setup @@ -6,9 +6,9 @@ sudo eopkg up sudo eopkg it -c system.devel audio="audacious audacious-plugins audacity opus-tools quodlibet spek" -dev="docker-compose git-extras llvm-clang neovim parallel solbuild tig tor upx" -gui="bleachbit caja engrampa keepassx kitty lutris vorta" -media="gaupol gmic-gimp jpegoptim mpv playerctl rsync usbmuxd viewnior zathura-poppler" +dev="ccache docker-compose git-extras llvm-clang neovim parallel solbuild tig tor upx" +gui="bleachbit caja gmic-gimp engrampa ifuse keepassx kitty lutris vorta" +media="avidemux gaupol jpegoptim mpv playerctl rsync 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 rsync tmux" web="arcanist aria2 deluge qutebrowser openssh-server speedtest-cli subliminal"