Skip to content

Commit

Permalink
Merge pull request #14 from behrica/addSciclojTemplate
Browse files Browse the repository at this point in the history
v1.0.8
  • Loading branch information
behrica authored May 21, 2024
2 parents dd039d1 + 90cf44c commit 059bfb0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/scicloj/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

"postAttachCommand":
{ "ide-setup": ["bash", "-c", "if [ -f \"/home/vscode/.setup-ide/setup-ide.sh\" ]; then /home/vscode/.setup-ide/setup-ide.sh; fi"],
"prepare": ["bash","-c", "-i", "./.devcontainer/setup.sh"]
"prepare": ["bash","-c", "-i", "source ./.devcontainer/setup.sh"]


}
Expand Down
2 changes: 1 addition & 1 deletion src/scicloj/.devcontainer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ clj -Sthreads 1 -P
mkdir -p .venv
poetry install
tic -x .devcontainer/terminfo24bit.src
export TERM=xterm-24bits
echo "alias emacs='TERM=xterm-24bits emacs'" >> ~/.bashrc
7 changes: 7 additions & 0 deletions src/scicloj/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# unreleased

# 1.0.8
- fixed alias

# 1.0.7
- fixed xterm14bit setup
- added alias for emacs to use 24bit

# 1.0.6
- moved to postAttach

Expand Down
2 changes: 1 addition & 1 deletion src/scicloj/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "scicloj",
"version": "1.0.6",
"version": "1.0.8",
"name": "scicloj template",
"description": "A scicloj Template",
"documentationURL": "https://github.com/scicloj/devcontainer-templates/tree/main/src/scicloj",
Expand Down

0 comments on commit 059bfb0

Please sign in to comment.