From 7f3e2883b924119252a9273f60105e87fde7e2f9 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Wed, 1 Sep 2021 08:56:27 +0200 Subject: update everything --- .bash_profile | 1 + .bashrc | 1 + Brewfile | 6 +++++- Library/Application Support/Code/User/settings.json | 13 +++++++++++++ 4 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 00c32ad..cc906e5 100644 --- a/.bash_profile +++ b/.bash_profile @@ -17,3 +17,4 @@ export LSCOLORS=Exfxcxdxbxegedabagacad # Volta export VOLTA_HOME="$HOME/.volta" export PATH="$VOLTA_HOME/bin:$PATH" +. "$HOME/.cargo/env" diff --git a/.bashrc b/.bashrc index f8d2d68..ce2d5c4 100755 --- a/.bashrc +++ b/.bashrc @@ -60,3 +60,4 @@ done unset file export VOLTA_HOME="$HOME/.volta" export PATH="$VOLTA_HOME/bin:$PATH" +. "$HOME/.cargo/env" diff --git a/Brewfile b/Brewfile index b0c96ab..61a33cb 100644 --- a/Brewfile +++ b/Brewfile @@ -56,7 +56,6 @@ brew "ghq" brew "kubectl" brew "emacs" brew "nmap" -brew "pulumi" brew "fork-cleaner" brew "whalebrew" brew "helm" @@ -78,6 +77,10 @@ brew "kube2pulumi" brew "pulumictl" brew "tf2pulumi" +# Taskfile.dev +tap "go-task/tap" +brew "go-task" + # Tooling cask "google-chrome" cask "google-drive-file-stream" @@ -95,6 +98,7 @@ cask "tunnelblick" cask "drawio" cask "figma" cask "discord" +cask "alfred" # Taskfile tap "go-task/tap" diff --git a/Library/Application Support/Code/User/settings.json b/Library/Application Support/Code/User/settings.json index f8e7ac6..bc59d22 100644 --- a/Library/Application Support/Code/User/settings.json +++ b/Library/Application Support/Code/User/settings.json @@ -72,5 +72,18 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "security.workspace.trust.untrustedFiles": "open", + "[go]": { + "editor.insertSpaces": true, + "editor.formatOnSave": true, + "editor.codeActionsOnSave": { + "source.organizeImports": true + } + }, + "[css]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "workbench.editor.untitled.hint": "hidden", + "go.toolsManagement.autoUpdate": true, + "diffEditor.ignoreTrimWhitespace": false, "redhat.telemetry.enabled": true } \ No newline at end of file -- cgit v1.2.3