Restructure

This commit is contained in:
2023-06-03 20:55:37 +00:00
parent e74be97031
commit fd2a9fe6a1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# setup vscode remote server && extensions
curl -fsSL https://gitea.nicholaspease.com/npease/CoderTemplatesV2/raw/branch/main/vscode_server.sh | sh
curl -fsSL https://gitea.nicholaspease.com/npease/CoderTemplatesV2/raw/branch/main/container-scripts/vscode_server.sh | sh
code-server --install-extension WakaTime.vscode-wakatime --install-extension fabiospampinato.vscode-diff --install-extension eamodio.gitlens
# FancyGit terminal setup
wget https://raw.githubusercontent.com/diogocavilha/fancy-git/master/install.sh && sh ./install.sh --nofontconfig && rm ./install.sh
# Misc
echo export GIT_ASKPASS= >> ~/.bashrc
echo export GIT_ASKPASS= >> ~/.bashrc
+1 -1
View File
@@ -54,7 +54,7 @@ resource "coder_agent" "main" {
startup_script = <<-EOT
set -e
# Base Script
curl -fsSL https://gitea.nicholaspease.com/npease/CoderTemplatesV2/raw/branch/main/base.sh | sh
curl -fsSL https://gitea.nicholaspease.com/npease/CoderTemplatesV2/raw/branch/main/container-scripts/base.sh | sh
# WakaAPI Setup
echo "[settings]" >> ~/.wakatime.cfg && echo "api_url = ${var.waka_api_url}" >> ~/.wakatime.cfg && echo "api_key = ${var.waka_api_key}" >> ~/.wakatime.cfg
# Clone Git Repo