Skip to content

Commit 5f3d95e

Browse files
committed
Install core with setup_container
1 parent 29a6524 commit 5f3d95e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fish/config.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ function setup_container
627627
docker exec --user root -it $container_name bash -c "apt update && apt install make stow -y"
628628
docker exec --user $USER -it $container_name bash -c "~/myconfigs/scripts/.local/bin/myinstall setup_fish"
629629
docker exec --user $USER -it $container_name bash -c "~/myconfigs/scripts/.local/bin/myinstall stow"
630+
docker exec --user $USER -it $container_name bash -c "~/myconfigs/scripts/.local/bin/myinstall core"
630631
end
631632

632633
complete -c setup_container -x -a '(__fish_print_docker_containers running)'

scripts/.local/bin/myinstall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ case "${1:-}" in
439439
wget https://github.com/prefix-dev/pixi/releases/latest/download/pixi-x86_64-unknown-linux-musl -O ~/.local/bin/pixi
440440
chmod +x ~/.local/bin/pixi
441441
if command -v fish >/dev/null 2>&1; then
442-
pixi completion --shell fish > ~/.config/fish/completions/pixi.fish
442+
~/.local/bin/pixi completion --shell fish > ~/.config/fish/completions/pixi.fish
443443
fi
444444
;;
445445

0 commit comments

Comments
 (0)