feat(tools): removal of fig

This commit is contained in:
2023-08-15 12:07:35 +03:00
parent 2026b6adfe
commit 52323803dc
3 changed files with 0 additions and 14 deletions

View File

@@ -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" source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi 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 # Defaults
export DOTFILES="$HOME/.dotfiles" export DOTFILES="$HOME/.dotfiles"
# shellcheck source=shared.sh # shellcheck source=shared.sh
@@ -72,10 +68,6 @@ have antigen && {
export LESSHISTFILE="$XDG_CACHE_HOME"/less_history 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. # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
export P10K_LOCATION="$XDG_CONFIG_HOME/zsh/p10k.zsh" export P10K_LOCATION="$XDG_CONFIG_HOME/zsh/p10k.zsh"
[[ ! -f $P10K_LOCATION ]] || source $P10K_LOCATION [[ ! -f $P10K_LOCATION ]] || source $P10K_LOCATION

View File

@@ -324,8 +324,6 @@ cask "dbeaver-community"
cask "dbngin" cask "dbngin"
# App to build and share containerized applications and microservices # App to build and share containerized applications and microservices
cask "docker" cask "docker"
# Reimagine your terminal
cask "fig"
# UI toolkit for building applications for mobile, web and desktop # UI toolkit for building applications for mobile, web and desktop
cask "flutter" cask "flutter"
# Unofficial overcast.fm podcast app # Unofficial overcast.fm podcast app

View File

@@ -3,7 +3,3 @@ Include local.d/*
Host * Host *
# IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock" # 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