mirror of
https://github.com/Phantop/dotfiles
synced 2025-12-07 12:43:32 +00:00
bin: better umu, jdk; fish: gdl->jxl; acxi: images; qute: wikimore
This commit is contained in:
parent
3ab57d5321
commit
5d25e0a654
|
|
@ -29,7 +29,7 @@ depends=(
|
|||
ares-emu azahar-git cemu-git dolphin-emu melonds-git ryujinx
|
||||
gamemode gamescope proton-ge-custom-bin steam-native-runtime umu-launcher
|
||||
legendary luanti lutris
|
||||
dotnet-runtime game-devices-udev love jre-openjdk
|
||||
dotnet-runtime game-devices-udev love jdk-openjdk
|
||||
wine-gecko wine-mono wine-staging
|
||||
|
||||
# Stuff to check out
|
||||
|
|
|
|||
|
|
@ -7,12 +7,14 @@ fish_add_path -U ~/.cargo/bin /go/bin /usr/lib64/ccache/bin
|
|||
fish_add_path -U ~/.local/appdwarf/{,apps{,/bin}}
|
||||
fish_add_path -U ~/{.dotfiles,.local,Games}/bin
|
||||
|
||||
set -Ux DOTNET_BUNDLE_EXTRACT_BASE_DIR /tmp
|
||||
set -Ux EDITOR nvim
|
||||
set -Ux GTK_THEME Dracula
|
||||
set -Ux MANPAGER 'nvim +Man!'
|
||||
set -Ux NNN_FIFO /tmp/nnn.fifo
|
||||
set -Ux NNN_PLUG 'f:fzcd;i:imgur;j:autojump;m:nmount;p:preview-tui;s:imgview'
|
||||
set -Ux PAGER most
|
||||
set -Ux PROTONPATH /usr/share/steam/compatibilitytools.d/proton-ge-custom
|
||||
set -Ux QT_QPA_PLATFORMTHEME qt5ct
|
||||
set -Ux USE_CCACHE 1
|
||||
|
||||
|
|
@ -62,7 +64,7 @@ a ff 'fd -HILi -Edosdevices -E.git'
|
|||
a fichub 'lynx -dump https://fichub.net/legacy/epub_export?q=$argv | grep epub? | cut -d. -f2- | dl -i-;:'
|
||||
a fumount 'fusermount -u'
|
||||
a g git
|
||||
a gdl gallery-dl
|
||||
a gdl gallery-dl --exec-after 'fish -c all2jxl'
|
||||
a gittop 'cd (git root)'
|
||||
a giveme 's chown $USER'
|
||||
a gsopti 'fd -e pdf -x gs -sDEVICE=pdfwrite -dNOPAUSE -sOutputFile={}1 {} \; -x mv {}1 {}'
|
||||
|
|
@ -104,6 +106,7 @@ a sus 'systemctl suspend'
|
|||
a sxiv nsxiv
|
||||
a tar bsdtar
|
||||
a tcsv 'curl https://torrents-csv.com/service/search?q=(echo $argv | tr " " +) | jless;:'
|
||||
a umu umu-run
|
||||
a up 's pacman -Syu'
|
||||
a urldecode 'python3 -c "import sys; from urllib.parse import unquote; print(unquote(sys.stdin.read()))"'
|
||||
a v vi
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ function hitolo
|
|||
mkdir /tmp/foo
|
||||
ifuse --documents com.foobar2000.mobile /tmp/foo || return 1
|
||||
# https://github.com/smxi/acxi/raw/stable/acxi
|
||||
acxi -s ~/Music/HiFi -d /tmp/foo -o opus -q 128 --clean sync -F 64 -c mp3,m4a,opus,ogg
|
||||
acxi -s ~/Music/HiFi -d /tmp/foo -o opus -q 128 --clean sync -F 64 -c mp3,m4a,opus,ogg,png,jpg
|
||||
fusermount -u /tmp/foo
|
||||
rmdir /tmp/foo
|
||||
end
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ farside = {
|
|||
'vm.tiktok.com' : 'proxitok',
|
||||
'www.tiktok.com' : 'proxitok',
|
||||
|
||||
'en.wikipedia.org' : 'wikiless',
|
||||
# 'en.wikipedia.org' : 'wikiless',
|
||||
'genius.com' : 'dumb',
|
||||
'gothub.com' : 'gothub',
|
||||
'imgur.com' : 'rimgo',
|
||||
|
|
|
|||
Loading…
Reference in a new issue