Skip to content

Commit

Permalink
Change default shell to fish
Browse files Browse the repository at this point in the history
  • Loading branch information
jgierer12 committed Jan 25, 2023
1 parent e39f66b commit 91d136f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ We're starting small but have big aspirations.

If you use distrobox:

distrobox create -i ghcr.io/jgierer12/boxkit -n boxkit
SHELL=/usr/bin/fish distrobox create -i ghcr.io/jgierer12/boxkit -n boxkit
distrobox enter boxkit

If you use toolbx:

toolbox create -i ghcr.io/jgierer12/boxkit -c boxkit
toolbox enter boxkit
toolbox enter boxkit -- fish

### Pull down your config

Expand Down
1 change: 1 addition & 0 deletions extra-packages
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ vim
ncdu
neofetch
starship
fish
ripgrep
fd
jq
Expand Down

0 comments on commit 91d136f

Please sign in to comment.