mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-28 14:58:43 +00:00
feat(tools): removal of fig
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user