-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
knaaptime
committed
Dec 3, 2024
1 parent
cf76ed1
commit 0c0c267
Showing
149 changed files
with
15,622 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
FROM mcr.microsoft.com/devcontainers/base:jammy | ||
|
||
ARG PIXI_VERSION=v0.33.0 | ||
|
||
RUN curl -L -o /usr/local/bin/pixi -fsSL --compressed "https://github.com/prefix-dev/pixi/releases/download/${PIXI_VERSION}/pixi-$(uname -m)-unknown-linux-musl" \ | ||
|
||
&& chmod +x /usr/local/bin/pixi \ | ||
|
||
&& pixi info | ||
|
||
# set some user and workdir settings to work nicely with vscode | ||
|
||
USER vscode | ||
|
||
WORKDIR /home/vscode | ||
|
||
RUN echo 'eval "$(pixi completion -s bash)"' >> /home/vscode/.bashrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/.quarto/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
project: | ||
type: website | ||
output-dir: "." # publish from root of this dir | ||
format: | ||
html: | ||
embed-resources: true | ||
theme: | ||
light: | ||
- flatly | ||
dark: | ||
- cyborg |
Oops, something went wrong.