diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 38952b4..11aa9e8 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,7 +1,6 @@ -test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD || set -gx D ~ +test (hostname) = aperture && set -gx D /mnt/LocalDiskD || set -gx D ~ set fish_user_paths ~/.local/bin /usr/lib/ccache/bin -set fish_function_path $fish_function_path $D/Games/Minecraft/functions export EDITOR=nvim PAGER=most tty -s && starship init fish | source && source /usr/share/autojump/autojump.fish diff --git a/.config/fish/functions/D.fish b/.config/fish/functions/D.fish deleted file mode 100644 index 1171875..0000000 --- a/.config/fish/functions/D.fish +++ /dev/null @@ -1,3 +0,0 @@ -function D -w cd - cd $D $argv -end diff --git a/.config/fish/functions/bax.fish b/.config/fish/functions/bax.fish deleted file mode 100644 index 789bec4..0000000 --- a/.config/fish/functions/bax.fish +++ /dev/null @@ -1,4 +0,0 @@ -# Defined in /tmp/fish.04LlD2/bax.fish @ line 1 -function bax - source (which bax) -end diff --git a/.config/fish/functions/cd.fish b/.config/fish/functions/cd.fish index 7c009fe..477bb24 100644 --- a/.config/fish/functions/cd.fish +++ b/.config/fish/functions/cd.fish @@ -1,3 +1,3 @@ function cd -w cd -builtin cd (realpath $argv 2> /dev/null) + builtin cd (realpath $argv 2> /dev/null) end diff --git a/.config/fish/functions/compress.fish b/.config/fish/functions/compress.fish deleted file mode 100644 index 981be18..0000000 --- a/.config/fish/functions/compress.fish +++ /dev/null @@ -1,3 +0,0 @@ -function compress -w 7z - 7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on (pwd)/(basename $argv | rev | cut -f 2- -d '.' | rev).7z $argv -end diff --git a/.config/fish/functions/cpugov.fish b/.config/fish/functions/cpugov.fish deleted file mode 100644 index 034a43a..0000000 --- a/.config/fish/functions/cpugov.fish +++ /dev/null @@ -1,4 +0,0 @@ -# Defined in /tmp/fish.YTcC09/cpugov.fish @ line 2 -function cpugov - sudo cpupower frequency-set -g performance > /dev/null && echo Now in performance mode -end diff --git a/.config/fish/functions/dirdl.fish b/.config/fish/functions/dirdl.fish deleted file mode 100644 index b9f728f..0000000 --- a/.config/fish/functions/dirdl.fish +++ /dev/null @@ -1,3 +0,0 @@ -function dirdl -w wget - wget -r -k -p --no-parent --no-clobber -e robots=off $argv -end diff --git a/.config/fish/functions/dot.fish b/.config/fish/functions/dot.fish deleted file mode 100644 index 04542c3..0000000 --- a/.config/fish/functions/dot.fish +++ /dev/null @@ -1,3 +0,0 @@ -function dot -w cd - cd ~/.dotfiles $argv -end diff --git a/.config/fish/functions/fe.fish b/.config/fish/functions/fe.fish deleted file mode 100644 index 5df2ea9..0000000 --- a/.config/fish/functions/fe.fish +++ /dev/null @@ -1,3 +0,0 @@ -function fe -w funced - funced $argv -end diff --git a/.config/fish/functions/ff.fish b/.config/fish/functions/ff.fish deleted file mode 100644 index c58ecaf..0000000 --- a/.config/fish/functions/ff.fish +++ /dev/null @@ -1,4 +0,0 @@ -# Defined in /tmp/fish.jRV9Y0/ff.fish @ line 1 -function ff --wraps=fd - fd -E sys -E caches -E cache -E .cache -E graphicPacks -E proc -E dosdevices -E .git -H -d 5 -L -i $argv -end diff --git a/.config/fish/functions/fish_user_key_bindings.fish b/.config/fish/functions/fish_user_key_bindings.fish index afb11b6..647116f 100644 --- a/.config/fish/functions/fish_user_key_bindings.fish +++ b/.config/fish/functions/fish_user_key_bindings.fish @@ -1,7 +1,6 @@ -# Defined in /tmp/fish.tZFnQI/fish_user_key_bindings.fish @ line 2 function fish_user_key_bindings - bind \eo 'f' - bind \ed 'ncdu' - bind \et 'tmux' - bind \ef 'fzf | xclip -selection clipboard' + bind \eo 'ranger' + bind \ed 'ncdu' + bind \et 'tmux' + bind \ef 'fzf | xclip -selection clipboard' end diff --git a/.config/fish/functions/fs.fish b/.config/fish/functions/fs.fish deleted file mode 100644 index e5bd9e8..0000000 --- a/.config/fish/functions/fs.fish +++ /dev/null @@ -1,3 +0,0 @@ -function fs -w funcsave - funcsave $argv -end diff --git a/.config/fish/functions/g.fish b/.config/fish/functions/g.fish deleted file mode 100644 index b060872..0000000 --- a/.config/fish/functions/g.fish +++ /dev/null @@ -1,3 +0,0 @@ -function g -w git - git $argv -end diff --git a/.config/fish/functions/giveme.fish b/.config/fish/functions/giveme.fish deleted file mode 100644 index 6abbb4c..0000000 --- a/.config/fish/functions/giveme.fish +++ /dev/null @@ -1,4 +0,0 @@ -# Defined in /tmp/fish.zBYqg4/giveme.fish @ line 2 -function giveme -w chown - s chown $USER $argv -end diff --git a/.config/fish/functions/hardinfo.fish b/.config/fish/functions/hardinfo.fish deleted file mode 100644 index ff0462e..0000000 --- a/.config/fish/functions/hardinfo.fish +++ /dev/null @@ -1,3 +0,0 @@ -function hardinfo -w inxi - inxi -SPARM -GCDN -v1 -xGCRS -Fxz $argv -end diff --git a/.config/fish/functions/l.fish b/.config/fish/functions/l.fish deleted file mode 100644 index 75875d2..0000000 --- a/.config/fish/functions/l.fish +++ /dev/null @@ -1,3 +0,0 @@ -function l -w ls - ls $argv -end diff --git a/.config/fish/functions/la.fish b/.config/fish/functions/la.fish deleted file mode 100644 index 3ee15bb..0000000 --- a/.config/fish/functions/la.fish +++ /dev/null @@ -1,3 +0,0 @@ -function la -w ls - ls -a $argv -end diff --git a/.config/fish/functions/launcher.fish b/.config/fish/functions/launcher.fish deleted file mode 100644 index 8efe67b..0000000 --- a/.config/fish/functions/launcher.fish +++ /dev/null @@ -1,3 +0,0 @@ -function launcher -w rofi - rofi -combi-modi "drun,run" -show combi -modi "combi,window" -drun-icon-theme Papirus $argv -end diff --git a/.config/fish/functions/less.fish b/.config/fish/functions/less.fish deleted file mode 100644 index c58c0ae..0000000 --- a/.config/fish/functions/less.fish +++ /dev/null @@ -1,3 +0,0 @@ -function less -w eval - eval $PAGER $argv -end diff --git a/.config/fish/functions/mpva.fish b/.config/fish/functions/mpva.fish deleted file mode 100644 index 71f07ad..0000000 --- a/.config/fish/functions/mpva.fish +++ /dev/null @@ -1,3 +0,0 @@ -function mpva -w mpv - mpv --no-video $argv -end diff --git a/.config/fish/functions/off.fish b/.config/fish/functions/off.fish deleted file mode 100644 index 106a8a4..0000000 --- a/.config/fish/functions/off.fish +++ /dev/null @@ -1,3 +0,0 @@ -function off -w shutdown - sync; shutdown $argv; exit -end diff --git a/.config/fish/functions/pagedl.fish b/.config/fish/functions/pagedl.fish deleted file mode 100644 index a121edb..0000000 --- a/.config/fish/functions/pagedl.fish +++ /dev/null @@ -1,3 +0,0 @@ -function pagedl -w wget - wget -H -k -p --no-clobber -e robots=off $argv -end diff --git a/.config/fish/functions/qb.fish b/.config/fish/functions/qb.fish deleted file mode 100644 index 4d18be4..0000000 --- a/.config/fish/functions/qb.fish +++ /dev/null @@ -1,5 +0,0 @@ -# Defined in /tmp/fish.ijOPnW/qb.fish @ line 2 -function qb --wraps=qutebrowser - qutebrowser $argv --target auto & disown - rm -r VideoDecodeStats -end diff --git a/.config/fish/functions/re.fish b/.config/fish/functions/re.fish deleted file mode 100644 index 667cd87..0000000 --- a/.config/fish/functions/re.fish +++ /dev/null @@ -1,3 +0,0 @@ -function re - sync; systemctl reboot -i -end diff --git a/.config/fish/functions/s.fish b/.config/fish/functions/s.fish deleted file mode 100644 index bd4dcf0..0000000 --- a/.config/fish/functions/s.fish +++ /dev/null @@ -1,3 +0,0 @@ -function s -w sudo - sudo $argv -end diff --git a/.config/fish/functions/se.fish b/.config/fish/functions/se.fish deleted file mode 100644 index 085d96f..0000000 --- a/.config/fish/functions/se.fish +++ /dev/null @@ -1,3 +0,0 @@ -function se -w eopkg - s eopkg $argv -end diff --git a/.config/fish/functions/squash.fish b/.config/fish/functions/squash.fish deleted file mode 100644 index 3f5e5cd..0000000 --- a/.config/fish/functions/squash.fish +++ /dev/null @@ -1,4 +0,0 @@ -# Defined in /tmp/fish.N4oxkp/squash.fish @ line 2 -function squash --wraps=mksquashfs - mksquashfs . ../(basename $PWD).squashfs -comp zstd -b 1M -Xcompression-level 22 $argv -end diff --git a/.config/fish/functions/supath.fish b/.config/fish/functions/supath.fish deleted file mode 100644 index 25baa32..0000000 --- a/.config/fish/functions/supath.fish +++ /dev/null @@ -1,3 +0,0 @@ -function supath -w env - sudo env "PATH=$PATH" $argv -end diff --git a/.config/fish/functions/up.fish b/.config/fish/functions/up.fish deleted file mode 100644 index 5a0af52..0000000 --- a/.config/fish/functions/up.fish +++ /dev/null @@ -1,3 +0,0 @@ -function up - se up --y -end diff --git a/.config/fish/functions/v.fish b/.config/fish/functions/v.fish deleted file mode 100644 index a256b60..0000000 --- a/.config/fish/functions/v.fish +++ /dev/null @@ -1,3 +0,0 @@ -function v -w nvim - nvim $argv -end diff --git a/.config/fish/functions/vi.fish b/.config/fish/functions/vi.fish deleted file mode 100644 index 2c1c221..0000000 --- a/.config/fish/functions/vi.fish +++ /dev/null @@ -1,3 +0,0 @@ -function vi -w nvim - nvim $argv -end diff --git a/.config/fish/functions/wallb.fish b/.config/fish/functions/wallb.fish deleted file mode 100644 index 9d55cb9..0000000 --- a/.config/fish/functions/wallb.fish +++ /dev/null @@ -1,3 +0,0 @@ -function wallb -w wallo - wallo $argv -blur 0x8 -end diff --git a/.config/fish/functions/wallo.fish b/.config/fish/functions/wallo.fish deleted file mode 100644 index ab1ea16..0000000 --- a/.config/fish/functions/wallo.fish +++ /dev/null @@ -1,3 +0,0 @@ -function wallo -w convert - convert $argv -resize (xrandr | grep '*'| grep -o [0-9]\*x[0-9]\*) ~/.config/wall0 -end diff --git a/.config/fish/functions/wallp.fish b/.config/fish/functions/wallp.fish index 4aeb646..a1d8759 100644 --- a/.config/fish/functions/wallp.fish +++ b/.config/fish/functions/wallp.fish @@ -1,4 +1,3 @@ -# Defined in /tmp/fish.UKii9e/wallp.fish @ line 2 -function wallp --wraps=readlink - gsettings set org.gnome.desktop.background picture-uri file://(readlink -f $argv) +function wallp --wraps=realpath + gsettings set org.gnome.desktop.background picture-uri file://(realpath $argv) end diff --git a/.config/fish/functions/ydl.fish b/.config/fish/functions/ydl.fish deleted file mode 100644 index 939cea6..0000000 --- a/.config/fish/functions/ydl.fish +++ /dev/null @@ -1,4 +0,0 @@ -# Defined in /tmp/fish.L1Go55/ydl.fish @ line 2 -function ydl --wraps=youtube-dl --wraps=youtube-dlc - youtube-dlc --continue --ignore-errors --no-overwrites --write-auto-sub --write-sub --embed-subs --sub-lang=en -o '%(title)s.%(ext)s' $argv -end diff --git a/.gitconfig b/.config/git/config similarity index 91% rename from .gitconfig rename to .config/git/config index 9d5749a..128d22d 100644 --- a/.gitconfig +++ b/.config/git/config @@ -2,7 +2,7 @@ email = phantop@tuta.io name = Phantop [credential] - helper = store + helper = libsecret [core] quotepath = false commitGraph = true @@ -17,7 +17,7 @@ required = true [url "https://aur.archlinux.org/"] insteadOf = "aur:" -[url "http://dev.getsol.us/source/"] +[url "https://dev.getsol.us/source/"] insteadOf = "solus:" insteadOf = "sol:" [url "https://github.com/"] @@ -29,7 +29,7 @@ insteadOf = "lab:" insteadOf = "gl:" [url "https://git.sr.ht"] - insteadof = "https://sr.ht" + insteadOf = "https://sr.ht" [color] ui = auto [alias] diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 2ef104f..576e0f2 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1,7 +1,4 @@ font_family Ubuntu Mono -bold_font Ubuntu Mono Bold -italic_font Ubuntu Mono -bold_italic_font Ubuntu Mono Bold font_size 11.75 foreground #f8f8f2 @@ -38,7 +35,7 @@ color19 #4d4f68 color20 #62d6e8 color21 #f1f2f8 -background_image ~/.config/wall0 +background_image ~/.config/kitty/wall.png remember_window_size no close_on_child_death yes diff --git a/.config/kitty/wall.png b/.config/kitty/wall.png new file mode 100644 index 0000000..c38669b Binary files /dev/null and b/.config/kitty/wall.png differ diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf old mode 100755 new mode 100644 diff --git a/.tmux.conf b/.config/tmux/tmux.conf similarity index 100% rename from .tmux.conf rename to .config/tmux/tmux.conf diff --git a/.local/bin/aliases b/.local/bin/aliases new file mode 100755 index 0000000..9ea6357 --- /dev/null +++ b/.local/bin/aliases @@ -0,0 +1,39 @@ +#!/usr/bin/fish +alias a 'alias -s' + +a D 'cd $D' +a aliases 'v (which aliases)' +a bax 'source (which bax) && bax' +a compress '7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on (realpath $argv).7z' +a cpugov 's cpupower frequency-set -g performance > /dev/null && echo Now in performance mode' +a dirdl 'wget -r -k -p --no-parent --no-clobber -e robots=off' +a dot 'cd ~/.dotfiles' +a ff 'fd -E sys -E caches -E cache -E .cache -E graphicPacks -E proc -E dosdevices -E .git -H -d 5 -L -i' +a g git +a giveme 's chown $USER' +a hardinfo 'inxi -SPARM -GCDN -v1 -xGCRS -Fxz' +a l ls +a la 'l -a' +a launcher 'rofi -combi-modi "drun,run" -show combi -modi "combi,window" -drun-icon-theme Papirus' +a less 'eval $PAGER' +a off shutdown +a open xdg-open +a pagedl 'wget -H -k -p --no-clobber -e robots=off' +a qb 'qutebrowser --target auto' +a re 'systemctl reboot -i' +a s sudo +a se 's eopkg' +a squash 'mksquashfs . (realpath .).squashfs -comp zstd -b 1M -Xcompression-level 22' +a supath 's env "PATH=$PATH"' +a up 'se up --y' +a v vi +a vi nvim +a ydl "youtube-dlc --continue --ignore-errors --no-overwrites --write-auto-sub --write-sub --embed-subs --sub-lang=en -o '%(title)s.%(ext)s'" + +for i in (cat ~/.config/qutebrowser/quickmarks | cut -d ' ' -f1) + a $i "qb / \":quickmark-load $i\"" +end + +for i in mcross soundscrape speedtest-cli thonny + a $i "pipx run $i" +end diff --git a/.local/bin/clean b/.local/bin/clean index 9cb2a6f..a6bd018 100755 --- a/.local/bin/clean +++ b/.local/bin/clean @@ -12,5 +12,5 @@ bleachbit -c `bleachbit -l|grep -Ev 'system.free_disk_space|transmission|system. sudo bleachbit -c `bleachbit -l|grep -Ev 'system.free_disk_space|transmission|system.memory|firefox'` rm -r ~/.cache/* sudo solbuild delete-cache -docker system prune +docker system prune -f sudo sync diff --git a/.local/bin/hitolo b/.local/bin/hitolo index 1ff323f..9f45fc7 100755 --- a/.local/bin/hitolo +++ b/.local/bin/hitolo @@ -1,115 +1,12 @@ -#!/usr/bin/python3 +#!/usr/bin/fish +set HIFI ~/Music/HiFi +set LOFI ~/Music/LoFi -# Original source at: https://github.com/dserv01/SyncLosslessToLossyMusicLibrary +if not test -d $LOFI + cd $HIFI + fd -t d -x mkdir -p $LOFI/{} + fd -e flac -x opusenc --bitrate 72 {} $LOFI/{.}.opus +end -import os -import subprocess - -##### CONFIGURATION ####################################### - -# This is the path of your lossless libray, e.g. '/home/YOURNAME/Music/' -FROM_PATH = '/home/glados/Music/HiFi/' -# This is the path of your lossy library, e.g. /mnt/SDCARD0/Music/' -TO_PATH = '/home/glados/Music/LoFi/' - -# [INPUT] and [OUTPUT] will be replaced by the full path without the extension -COMMANDS = [['flac', 'opus', 'opusenc --bitrate 72 [INPUT].flac [OUTPUT].opus'], - ['mp3', 'opus', 'ffmpeg -i [INPUT].mp3 -c:v copy -f flac - | opusenc --bitrate 72 - [OUTPUT].opus'], - ['m4a', 'opus', 'ffmpeg -i [INPUT].m4a -c:v copy -f flac - | opusenc --bitrate 72 - [OUTPUT].opus'], - ['opus', 'opus', 'ffmpeg -i [INPUT].opus -c:v copy -f flac - | opusenc --bitrate 72 - [OUTPUT].opus'], - ['jpg', 'jpg', 'cp [INPUT].jpg [OUTPUT].jpg'], - ['png', 'jpg', 'convert [INPUT].png [OUTPUT].jpg'] - ] - -SYNC_DELETIONS = True -ASK_BEFORE_DELETE = False - -########################################################## - -# Check path format -if (FROM_PATH[-1] != '/' or TO_PATH[-1] != '/'): - exit(1) - -# Create library paths if not existence -try: - if (not os.path.exists(TO_PATH)): - os.makedirs(TO_PATH) - elif (os.path.isfile(TO_PATH)): - raise Exception("Directory is file?!") -except Exception as e: - exit(1) - - -# Create folders if not existing -def createFolder(subpath): - if (os.path.exists(TO_PATH + subpath) and os.path.isdir(TO_PATH + subpath)): - return True - try: - os.makedirs(TO_PATH + subpath) - return True - except Exception as e: - return False - - -# Escape the paths for the os.system -def escapePath(s): - return s.replace(" ", "\ ").replace(")", "\)").replace("(", "\(").replace("&", "\&").replace("'", "\\\'") - - -# Go through all files and convert -for root, dirs, files in os.walk(FROM_PATH, topdown=False): - subpath = root[len(FROM_PATH):] + "/" - - if (createFolder(subpath)): - for name in files: - filename_without_extension = os.path.splitext(name)[0] - file_extension = os.path.splitext(name)[1][1:] - - source_path_without_extension = FROM_PATH + subpath + filename_without_extension - converted_path_without_extension = TO_PATH + subpath + filename_without_extension - - # Get command tripple - sure you can do this more efficient with a hashmap but there will only be a few entries - command_tripple = None - for tripple in COMMANDS: - if (tripple[0] == file_extension): - command_tripple = tripple - break - - if (not command_tripple): - continue - - source_path = source_path_without_extension + "." + command_tripple[0] - goal_path = converted_path_without_extension + "." + command_tripple[1] - if (os.path.isfile(source_path)): - # If goal file does not exists or is older than source - if (not os.path.exists(goal_path) or os.path.getctime(source_path) > os.path.getctime(goal_path)): - os.system(command_tripple[2].replace("[INPUT]", escapePath(source_path_without_extension)).replace( - "[OUTPUT]", escapePath(converted_path_without_extension))) - -# Remove old files -if (SYNC_DELETIONS): - for root, dirs, files in os.walk(TO_PATH, topdown=False): - subpath = root[len(TO_PATH):] + "/" - - for name in files: - filename_without_extension = os.path.splitext(name)[0] - file_extension = os.path.splitext(name)[1][1:] - - source_path_without_extension = FROM_PATH + subpath + filename_without_extension - converted_path_without_extension = TO_PATH + subpath + filename_without_extension - - original_exists = False - for tripple in COMMANDS: - if (tripple[1] == file_extension and os.path.exists(source_path_without_extension + "." + tripple[0])): - original_exists = True - break - - if (not original_exists): - filepath_to_delete = escapePath(converted_path_without_extension) + "." + file_extension - os.system("rm " + ("-i " if ASK_BEFORE_DELETE else "") + filepath_to_delete) - - # Remove old empty folders - for folder in dirs: - subpath = root[len(TO_PATH):] + "/" - if not os.path.exists(FROM_PATH + subpath + folder): - os.system("rmdir " + escapePath(TO_PATH + subpath + folder)) +set args -s $HIFI -d $LOFI -o opus -q 72 --clean +acxi $args $argv || wget https://github.com/smxi/acxi/raw/stable/acxi -O- -o/dev/null | perl -- - $args $argv diff --git a/.local/bin/minecraft b/.local/bin/minecraft deleted file mode 100755 index 7f5ce37..0000000 --- a/.local/bin/minecraft +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -cd $D/Games/Minecraft -rm `fd -e log` -bin/MultiMC -d . $@ -rm functions/* -for i in `ls -d instances/*/ | grep -v _MMC_TEMP | xargs -n1 basename` -do - echo > functions/$i.fish "function $i - minecraft -l $i; end" -done -for i in `cat ~/.config/qutebrowser/quickmarks | cut -d ' ' -f1` -do - echo > functions/$i.fish function $i" - qb / \":quickmark-load $i\"; end" -done diff --git a/.symlinks b/.local/bin/symlinks similarity index 100% rename from .symlinks rename to .local/bin/symlinks diff --git a/.setup b/.setup index c829045..6ec609d 100755 --- a/.setup +++ b/.setup @@ -9,7 +9,7 @@ dev="ccache docker-compose git-extras neovim openssh-server parallel solbuild ti gui="bleachbit caja engrampa goverlay keepassx kitty qutebrowser vorta" media="feh gmic-gimp jpegoptim mpv playerctl usbmuxd rsync viewnior zathura-poppler" rice="adapta-gtk-theme ant-dracula-gtk-theme devilspie2 font-ubuntu-ttf rofi starship stow" -term="advancecomp aria2 autojump fd fish fzf innoextract most ncdu p7zip ripgrep rsync tmux" +term="advancecomp aria2 autojump fd fish fzf innoextract most ncdu p7zip ranger ripgrep rsync tmux" sudo eopkg it $audio $dev $gui $media $rice $term sudo eopkg rm --ignore-dependency tracker @@ -25,6 +25,7 @@ stow . mkdir -p ~/.config/mpv/shaders && cd ~/.config/mpv/shaders && rm * curl https://api.github.com/repos/bloc97/Anime4K/releases/latest | grep -wo http.\*zip | aria2c -i-; unzip *; rm *zip +rm ~/.config/nvim/autoload/plug.vim aria2c https://github.com/junegunn/vim-plug/raw/master/plug.vim -d ~/.config/nvim/autoload nvim +PlugUpdate +q +q @@ -40,4 +41,4 @@ git g gh:Phantop/haiku-icons ~/.local/share/icons/haiku cd ~/.solus && git update-index --assume-unchanged packager ~/.solus/build -fish -c "invidious;clean" +fish -c "aliases;invid;clean"