diff --git a/bin/aliases b/bin/aliases index ab0b6d5..45c2ed1 100755 --- a/bin/aliases +++ b/bin/aliases @@ -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' diff --git a/bin/setup b/bin/setup index 880d748..1e763a3 100755 --- a/bin/setup +++ b/bin/setup @@ -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 . diff --git a/fish/config.fish b/fish/config.fish index 5cf8c59..f82912b 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -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