Command Line Changes

This commit is contained in:
2023-06-22 05:50:00 +00:00
parent 6c75c43570
commit 83ed02f4c2
2 changed files with 2 additions and 4 deletions
+7
View File
@@ -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