Fish: move game path and add dwarfs tar functions

This commit is contained in:
Phantop 2022-03-01 01:38:20 -05:00
parent d50a9cb51f
commit f4925ba8ee
3 changed files with 4 additions and 3 deletions

View File

@ -25,7 +25,6 @@ a la 'l -A'
a launcher 'rofi -combi-modi "drun,run" -show combi -modi "combi,window"'
a less 'eval $PAGER'
a listen 'pactl list | grep loop && set t un; pactl "$t"load-module module-loopback'
a musikcube 'screen -R -s musikcube'
a ncdu 'ncdu --color off --graph-style hash'
a nix 'bax . ~/.nix-profile/etc/profile.d/nix.sh; command nix'
a off shutdown
@ -60,6 +59,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 foldwarf 'appdwarf -f $argv .;:'
a redwarf 'mkdwarfs -o redwarf.dwarfs --recompress -i'
a squash 'mksquashfs . $PWD.squashfs -comp zstd -b 1M -Xcompression-level 22'

View File

@ -9,7 +9,7 @@ gui="caja gimp keepassxc kitty nicotine-plus qutebrowser syncthing zathura-mupdf
med="audaci{ty,ous{,-plugins}} avidemux mkvtoolnix mpv opus-tools spek yt-dlp"
ric="ant-dracula-gtk-theme autojump font-ubuntu-ttf rofi starship stow"
tui="advancecomp aria2 fd fish fzf innoextract jpegoptim most ncdu ripgrep tig"
sys="bleachbit corectrl ifuse linux-tools-cpupower p7zip screen tlp usbmuxd upx"
sys="bleachbit corectrl ifuse linux-tools-cpupower p7zip tlp usbmuxd upx"
se up; se it -c system.devel $dev $gui $med $ric $sys $tui
stow --no-folding -d ~/.dotfiles -t ~/.config .

View File

@ -1,4 +1,4 @@
fish_add_path -g ~/.local/bin ~/Games /usr/lib64/ccache/bin
fish_add_path -g ~/{.local,Games}/bin /usr/lib64/ccache/bin
if tty -s
set -x EDITOR nvim