Skip to content

Commit

Permalink
fish: Conditionally install distrobox
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Jan 3, 2025
1 parent cbb02ad commit 9c7442c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion fish/functions/updall.fish
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ function updall -d "Update binaries in $BIN_FOLDER"
bat \
btop \
diskus \
distrobox \
duf \
exa \
fd \
Expand Down
2 changes: 2 additions & 0 deletions fish/functions/user_setup.fish
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ rpmbuild/' >>$gitignore
ln -fnrsv $configs/tmux/.tmux.conf.dbx $HOME/.tmux.conf.container

if has_container_manager
upd distrobox

dbxc --yes
end
end
Expand Down

0 comments on commit 9c7442c

Please sign in to comment.