diff --git a/base/zshrc b/base/zshrc index a0067cf..342a76c 100644 --- a/base/zshrc +++ b/base/zshrc @@ -8,10 +8,6 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]] source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" fi -# Fig pre block. Keep at the top of this file. -[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] \ - && builtin source "$HOME/.fig/shell/zshrc.pre.zsh" - # Defaults export DOTFILES="$HOME/.dotfiles" # shellcheck source=shared.sh @@ -72,10 +68,6 @@ have antigen && { export LESSHISTFILE="$XDG_CACHE_HOME"/less_history -# Fig post block. Keep at the bottom of this file. -[[ -f "$HOME/.fig/shell/zshrc.post.zsh" ]] \ - && builtin source "$HOME/.fig/shell/zshrc.post.zsh" - # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. export P10K_LOCATION="$XDG_CONFIG_HOME/zsh/p10k.zsh" [[ ! -f $P10K_LOCATION ]] || source $P10K_LOCATION diff --git a/config/homebrew/Brewfile b/config/homebrew/Brewfile index 7dad7e1..11c7281 100644 --- a/config/homebrew/Brewfile +++ b/config/homebrew/Brewfile @@ -324,8 +324,6 @@ cask "dbeaver-community" cask "dbngin" # App to build and share containerized applications and microservices cask "docker" -# Reimagine your terminal -cask "fig" # UI toolkit for building applications for mobile, web and desktop cask "flutter" # Unofficial overcast.fm podcast app diff --git a/ssh/config b/ssh/config index 03ac8f2..68e465a 100644 --- a/ssh/config +++ b/ssh/config @@ -3,7 +3,3 @@ Include local.d/* Host * # IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock" - -# Fig ssh integration. Keep at the bottom of this file. -Match all - Include ~/.fig/ssh