diff --git a/base.sh b/base.sh deleted file mode 100644 index 8c7861a..0000000 --- a/base.sh +++ /dev/null @@ -1,7 +0,0 @@ -# setup vscode remote server && extensions -curl -fsSL https://gitea.nicholaspease.com/npease/CoderTemplatesV2/raw/branch/main/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 \ No newline at end of file