Files
CoderTemplatesV2/container-scripts/base.sh
T
2023-07-02 03:25:33 +00:00

8 lines
557 B
Bash

# 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 --install-extension formulahendry.code-runner
# 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