aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimen A. W. Olsen <so@bjerk.io>2021-09-01 08:56:27 +0200
committerSimen A. W. Olsen <so@bjerk.io>2021-09-01 08:59:49 +0200
commit7f3e2883b924119252a9273f60105e87fde7e2f9 (patch)
treeb1c0b755e3cd9e17c68fb5d732eeda487fa3c57a
parent2e696ecde47838ab3602b09bf6b172e13b9dd067 (diff)
downloaddotfiles-7f3e2883b924119252a9273f60105e87fde7e2f9.tar.gz
dotfiles-7f3e2883b924119252a9273f60105e87fde7e2f9.zip
update everything
-rw-r--r--.bash_profile1
-rwxr-xr-x.bashrc1
-rw-r--r--Brewfile6
-rw-r--r--Library/Application Support/Code/User/settings.json13
4 files changed, 20 insertions, 1 deletions
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