Skip to content

Commit

Permalink
updated zshrc and Brewfile
Browse files Browse the repository at this point in the history
  • Loading branch information
varp committed Oct 22, 2024
1 parent 10f8175 commit 5796ee6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
14 changes: 7 additions & 7 deletions brew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
tap "homebrew/cask-fonts"
tap "shivammathur/php"
brew "tor", restart_service: true
#tap "shivammathur/php"
#brew "tor", restart_service: true
brew "p7zip"
brew "bash"
brew "bash-completion@2"
Expand All @@ -18,9 +18,9 @@ brew "micro"
brew "git"
brew "git-lfs"
brew "node"
brew "composer"
brew "php@7.4"
brew "brew-php-switcher"
#brew "composer"
#brew "php@7.4"
#brew "brew-php-switcher"
brew "go"
brew "minikube"
brew "helm"
Expand All @@ -42,7 +42,7 @@ cask "whatsapp"
cask "visual-studio-code"
cask "dropbox"
cask "karabiner-elements"
cask "yandex-disk" # probably stale cask with invalid hash for installer
#cask "yandex-disk" # probably stale cask with invalid hash for installer
cask "1password"
cask "1password/tap/1password-cli"
cask "postman"
Expand All @@ -52,4 +52,4 @@ cask "notion"
cask "obsidian"

# fonts
font-jetbrains-mono-nerd-font
cask "font-jetbrains-mono-nerd-font"
2 changes: 1 addition & 1 deletion dotfiles/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source "$HOME/.shell/xvm"
##
export ZSH="$HOME/.oh-my-zsh"
export KEEP_ZSHRC="yes"
[[ -d "$ZSH" && -f "$ZSH/oh-my-zsh.sh" ]] || sh -c "export KEEP_ZSHRC=$KEEP_ZSHRC; curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh"
[[ -d "$ZSH" && -f "$ZSH/oh-my-zsh.sh" ]] || sh -c "$(export KEEP_ZSHRC=$KEEP_ZSHRC; curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
Expand Down
7 changes: 5 additions & 2 deletions vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"workbench.preferredLightColorTheme": "GitHub Light",
"workbench.sideBar.location": "left",
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "GitHub Light",
"workbench.colorTheme": "One Dark",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
Expand Down Expand Up @@ -288,5 +288,8 @@
"workbench.editor.tabActionLocation": "left",
"editor.accessibilitySupport": "off",
"github.copilot.editor.enableAutoCompletions": true,
"yaml.maxItemsComputed": 10000
"yaml.maxItemsComputed": 10000,
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
}
}

0 comments on commit 5796ee6

Please sign in to comment.