From 252800d91ea6e97abdcb9c28ece98d07267e03a0 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Fri, 31 Oct 2025 20:59:03 +0200 Subject: [PATCH] Update macos setup --- clone.sh | 6 ------ home/config/zsh/.zshrc | 4 ++++ macos/Brewfile | 3 +-- macos/Caskfile | 16 +++++++--------- macos/Caskfile.personal | 3 --- 5 files changed, 12 insertions(+), 20 deletions(-) diff --git a/clone.sh b/clone.sh index dd947b1..73e3163 100755 --- a/clone.sh +++ b/clone.sh @@ -3,14 +3,8 @@ cd ~/Git/dotfiles git clone git@github.com:GeorgeSG/advent-of-code.git ~/Git/advent-of-code -git clone git@github.com:GeorgeSG/arc-cli.git ~/Git/arc-cli -git clone git@github.com:GeorgeSG/flame.git ~/Git/flame git clone git@github.com:GeorgeSG/gar.dev.git ~/Git/gar.dev -git clone git@github.com:GeorgeSG/ha-slack-user.git ~/Git/ha-slack-user -git clone git@github.com:ibkr-to-nra/ibkr-to-nra.git ~/Git/ibkr-to-nra -git clone git@github.com:GeorgeSG/isparkle-ble.git ~/Git/isparkle-ble git clone git@github.com:GeorgeSG/lovelace-time-picker-card.git ~/Git/lovelace-time-picker-card -git clone git@github.com:GeorgeSG/maya-cv.git ~/Git/maya-cv git clone git@github.com:GeorgeSG/PhotonaydenovV2.git ~/Git/PhotonaydenovV2 git clone git@github.com:GeorgeSG/promptle.git ~/Git/promptle git clone git@github.com:GeorgeSG/sarah.git ~/Git/sarah diff --git a/home/config/zsh/.zshrc b/home/config/zsh/.zshrc index c4bca3e..a416be6 100644 --- a/home/config/zsh/.zshrc +++ b/home/config/zsh/.zshrc @@ -83,4 +83,8 @@ source "$ZDOTDIR/plugins/bd/bd.zsh" # Prompt source $ZDOTDIR/.zprompt +eval $(thefuck --alias) +eval "$(zoxide init zsh --cmd cd)" + + [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh diff --git a/macos/Brewfile b/macos/Brewfile index 0834e7a..1e5b1db 100644 --- a/macos/Brewfile +++ b/macos/Brewfile @@ -1,5 +1,3 @@ -tap 'homebrew/bundle' - brew 'bash' brew 'bash-git-prompt' brew 'btop' @@ -26,6 +24,7 @@ brew 'jq' brew 'kondo' brew 'mas' brew 'nvm' +brew 'thefuck' brew 'tokei' brew 'tealdeer' # was tldr brew 'tmux' diff --git a/macos/Caskfile b/macos/Caskfile index 9163b0c..7b9261c 100644 --- a/macos/Caskfile +++ b/macos/Caskfile @@ -2,24 +2,19 @@ cask_args appdir: '/Applications' -tap 'homebrew/cask-fonts' -tap 'homebrew/cask-versions' - cask 'alacritty' cask 'alt-tab' cask 'apparency' -cask 'arc' -cask 'bartender' -cask 'datweatherdoe' +# cask 'datweatherdoe' cask 'figma' cask 'firefox' -cask 'font-caskaydia-cove-nerd-font' cask 'font-caskaydia-mono-nerd-font' -cask 'forklift3' +cask 'forklift' cask 'gifox' cask 'google-chrome' cask 'imageoptim' -cask 'iterm2' +# cask 'iterm2' # -- replaced by alacritty +cask 'karabiner-elements' cask 'keyboardcleantool' cask 'monitorcontrol' cask 'notion' @@ -31,10 +26,13 @@ cask 'soundsource' # cask 'istat-menus' # -- replaced by stats cask 'stats' cask 'the-unarchiver' +cask 'todoist-app' cask 'rar' cask 'visual-studio-code' cask 'vlc' # Mac App Store mas 'Dato', id: 1470584107 +mas 'Wireguard', id: 1451685025 +mas 'iBar Pro', id: 6737150304 # mas 'rcmd', id: 1596283165 # -- not really using for now diff --git a/macos/Caskfile.personal b/macos/Caskfile.personal index 76314ea..b56aa74 100644 --- a/macos/Caskfile.personal +++ b/macos/Caskfile.personal @@ -5,13 +5,11 @@ cask_args appdir: '/Applications' cask 'battle-net' cask 'bitwarden' cask 'discord' -cask 'kindle' cask 'ledger-live' cask 'microsoft-office' cask 'mqtt-explorer' cask 'obsidian' cask 'onedrive' -cask 'pibar' cask 'plex' cask 'plexamp' cask 'protonvpn' @@ -22,4 +20,3 @@ cask 'tailscale' cask 'telegram' cask 'viber' cask 'yattee' -cask 'yubico-yubikey-manager'