Skip to content

Commit

Permalink
Clean out home dir
Browse files Browse the repository at this point in the history
  • Loading branch information
smores56 committed Oct 18, 2024
1 parent dc08c2f commit acb6efc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ RUN fnm install --lts && \
vscode-langservers-extracted \
graphql-language-service-cli \
dockerfile-language-server-nodejs

# Clear out /home
RUN rm -rf /home/* && mkdir /media
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply smores56
# Install the toolbox container
toolbox create --image smores56/smores-arch-toolbox:latest
# Make toolbox simple to invoke
echo 'alias enter "SHELL=/bin/sbin/fish toolbox enter smores-arch-toolbox"' >> ~/.bashrc
echo 'alias enter="SHELL=/usr/sbin/fish toolbox enter smores-arch-toolbox-latest"' >> ~/.bashrc
```

## Post-Install
Expand Down
4 changes: 2 additions & 2 deletions dot_config/alacritty/alacritty.toml.tmpl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import = ["~/.config/alacritty/theme.toml"]

[shell]
program = "/bin/sbin/fish"
args = ["-c", "toolbox enter smores-arch-toolbox"]
program = "/usr/sbin/fish"
args = ["-c", "toolbox enter smores-arch-toolbox-latest"]

[window]
decorations = "None"
Expand Down

0 comments on commit acb6efc

Please sign in to comment.