Skip to content

Commit 3d10c0e

Browse files
boostrap: code cleanup
1 parent 2af0e20 commit 3d10c0e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

install/bootstrap_apps_gui.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ if is_profile_admin_or_similar; then
122122
is_macos && homebrew_brew_cask_install "cyberduck"
123123
#is_fedora && fedora_dnf_install "filezilla" # Filezilla may have adware. Never install this https://en.wikipedia.org/wiki/FileZilla#Bundled_adware_issues
124124

125+
# Video Game Platform
126+
#is_macos && homebrew_brew_cask_install "steam" # Valve Steam
127+
125128
# Password manager
126129
is_macos && homebrew_brew_cask_install "1password@7"
127130
is_macos && homebrew_brew_cask_install "keepassxc"
@@ -189,7 +192,7 @@ if is_profile_admin_or_similar; then
189192
vscode_install_extension "ms-vscode-remote.remote-containers" # Dev Container
190193
vscode_install_extension "tootone.org-mode" # Org-mode
191194
vscode_install_extension "HashiCorp.terraform" # Terraform
192-
vscode_uninstall_extension "eamodio.gitlens"
195+
vscode_uninstall_extension "eamodio.gitlens"
193196

194197
homebrew_brew_cask_install "discord"
195198

0 commit comments

Comments
 (0)