diff --git a/container-scripts/base.sh b/container-scripts/base.sh new file mode 100644 index 0000000..2d531c0 --- /dev/null +++ b/container-scripts/base.sh @@ -0,0 +1,7 @@ +# setup vscode remote server && extensions +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 diff --git a/container-scripts/default.sh b/container-scripts/default.sh index 2d531c0..e69de29 100644 --- a/container-scripts/default.sh +++ b/container-scripts/default.sh @@ -1,7 +0,0 @@ -# setup vscode remote server && extensions -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