mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-25 00:03:29 +00:00
Fish: move game path and add dwarfs tar functions
This commit is contained in:
parent
d50a9cb51f
commit
f4925ba8ee
|
@ -25,7 +25,6 @@ a la 'l -A'
|
||||||
a launcher 'rofi -combi-modi "drun,run" -show combi -modi "combi,window"'
|
a launcher 'rofi -combi-modi "drun,run" -show combi -modi "combi,window"'
|
||||||
a less 'eval $PAGER'
|
a less 'eval $PAGER'
|
||||||
a listen 'pactl list | grep loop && set t un; pactl "$t"load-module module-loopback'
|
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 ncdu 'ncdu --color off --graph-style hash'
|
||||||
a nix 'bax . ~/.nix-profile/etc/profile.d/nix.sh; command nix'
|
a nix 'bax . ~/.nix-profile/etc/profile.d/nix.sh; command nix'
|
||||||
a off shutdown
|
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 dwarf 'mkdwarfs -i . -o $PWD.dwarfs'
|
||||||
a dwarfmount 'dwarfs -f $argv (mktemp -d | tee /dev/tty /dev/stderr 2>| clip);:'
|
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 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 foldwarf 'appdwarf -f $argv .;:'
|
||||||
a redwarf 'mkdwarfs -o redwarf.dwarfs --recompress -i'
|
a redwarf 'mkdwarfs -o redwarf.dwarfs --recompress -i'
|
||||||
a squash 'mksquashfs . $PWD.squashfs -comp zstd -b 1M -Xcompression-level 22'
|
a squash 'mksquashfs . $PWD.squashfs -comp zstd -b 1M -Xcompression-level 22'
|
||||||
|
|
|
@ -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"
|
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"
|
ric="ant-dracula-gtk-theme autojump font-ubuntu-ttf rofi starship stow"
|
||||||
tui="advancecomp aria2 fd fish fzf innoextract jpegoptim most ncdu ripgrep tig"
|
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
|
se up; se it -c system.devel $dev $gui $med $ric $sys $tui
|
||||||
|
|
||||||
stow --no-folding -d ~/.dotfiles -t ~/.config .
|
stow --no-folding -d ~/.dotfiles -t ~/.config .
|
||||||
|
|
|
@ -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
|
if tty -s
|
||||||
set -x EDITOR nvim
|
set -x EDITOR nvim
|
||||||
|
|
Loading…
Reference in a new issue