diff --git a/Brewfile b/Brewfile index 8a891d2..d1a32a4 100644 --- a/Brewfile +++ b/Brewfile @@ -5,14 +5,17 @@ tap "get-woke/tap" tap "ghall89/tap" tap "homebrew/bundle" tap "homebrew/cask" +tap "homebrew/cask-fonts" tap "homebrew/core" brew "jq" brew "ansiweather" +brew "atuin" brew "bchunk" brew "eza" brew "fzf" brew "gh" brew "git" +brew "gleam" brew "glow" brew "go" brew "gum" @@ -48,6 +51,7 @@ cask "bbedit" cask "carbon-copy-cloner" cask "codeedit" cask "contexts" +cask "cool-retro-term" cask "cork" cask "cursorsense" cask "daisydisk" @@ -55,6 +59,8 @@ cask "devtoys" cask "discord" cask "easyfind" cask "endless-sky" +cask "firefox" +cask "font-montserrat" cask "fork" cask "gb-studio" cask "gog-galaxy" @@ -74,7 +80,6 @@ cask "paletro" cask "pictogram" cask "postgres-unofficial" cask "qlmarkdown" -cask "questlogger" cask "raspberry-pi-imager" cask "raycast" cask "rectangle-pro" @@ -85,6 +90,7 @@ cask "steam" cask "swiftformat-for-xcode" cask "tableplus" cask "the-unarchiver" +cask "utm" cask "via" cask "visual-studio-code" cask "vivaldi" @@ -108,7 +114,7 @@ mas "Charmstone", id: 1563735522 mas "Codye", id: 1516894961 mas "Collections", id: 1568395334 mas "Color Picker", id: 1545870783 -mas "com.myc.taskapp", id: 1502903102 +mas "CrossCraft", id: 6472669260 mas "DetailsPro", id: 1524366536 mas "DevCleaner", id: 1388020431 mas "Developer", id: 640199958 diff --git a/micro_config/settings.json b/micro_config/settings.json index 8a8ffe2..bf72d97 100644 --- a/micro_config/settings.json +++ b/micro_config/settings.json @@ -1,5 +1,5 @@ { - "colorscheme": "bubblegum", + "colorscheme": "atom-dark", "softwrap": true, "tabsize": 2 } diff --git a/zed_config/settings.json b/zed_config/settings.json index 523fa37..0e0fb5f 100644 --- a/zed_config/settings.json +++ b/zed_config/settings.json @@ -30,7 +30,7 @@ "light": "Xcode Presentation Light", "dark": "Gruvbox Dark" }, - "ui_font_family": "SF Pro Display", + "ui_font_family": "Rec Mono Casual", "ui_font_size": 16, "buffer_font_family": "Rec Mono Semicasual", "buffer_font_size": 14, diff --git a/zsh_config/zshrc b/zsh_config/zshrc index cb195e3..c2b3f48 100644 --- a/zsh_config/zshrc +++ b/zsh_config/zshrc @@ -11,4 +11,4 @@ unset conf eval $(thefuck --alias) eval "$(zoxide init zsh)" eval "$(starship init zsh)" - +eval "$(atuin init zsh)"