File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,8 +90,7 @@ brew-packages: brew
9090
9191cask-apps : brew
9292 brew bundle --file=$(DOTFILES_DIR ) /install/Caskfile || true
93- for EXT in $$ (cat install/VSCodefile); do code --install-extension $$ EXT; done
94- xattr -d -r com.apple.quarantine ~ /Library/QuickLook
93+ for EXT in $$ (cat install/VSCodefile); do code-insiders --install-extension $$ EXT; done
9594
9695asdf-packages : asdf
9796 . $(ASDF_PATH ) /asdf.sh && cd $(HOME ) && \
Original file line number Diff line number Diff line change @@ -18,4 +18,3 @@ brew "topgrade"
1818brew "gnupg"
1919brew "gnupg2"
2020brew "gh"
21- brew "openjdk"
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ cask "font-hack"
44cask "google-chrome"
55cask "bitwarden"
66cask "visual-studio-code"
7+ cask "visual-studio-code@insiders"
78cask "joplin"
89cask "obsidian"
910cask "flux"
Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ prepend-path "/sbin"
1717prepend-path "/usr/sbin"
1818prepend-path "/usr/local/sbin"
1919
20- # brew openjdk
21- prepend-path "/opt/homebrew/opt/openjdk/bin"
22-
2320# Remove duplicates (preserving prepended items)
2421# Source: http://unix.stackexchange.com/a/40755
2522
You can’t perform that action at this time.
0 commit comments