From 3fda263a6411f2dd4a971b304adbc52ed38f1541 Mon Sep 17 00:00:00 2001 From: Conrad Beach Date: Mon, 23 May 2022 07:54:38 -0600 Subject: [PATCH] Revert "Add Fig to setup" This reverts commit f30681652e1cf911526ec5dbfa21792778078347. I'm removing Fig because it caused issues with vim-tmux-runner [1] [2] [3]. The founders of Fig are trying to work with Chris Toomey to find a solution though [3], so I could get it working if I really wanted to I bet. For now, I'm just going to remove Fig; vim and tmux navigation is more important. The thing that attracted me to Fig was the command line autocomplete, but I'm not sure that's worth the cost. Fig does a lot more than I actually want it to, and it seems to be a fairly complex tool. Dealing with it doesn't seem worth the value it would create for me. I'll pass. [1]: https://github.com/christoomey/vim-tmux-navigator/issues/339 [2]: https://github.com/christoomey/vim-tmux-navigator/issues/317 [3]: https://github.com/christoomey/vim-tmux-navigator/issues/295 --- .zshrc | 6 ------ mac_setup.sh | 1 - mac_setup_manual_steps.md | 3 --- 3 files changed, 10 deletions(-) diff --git a/.zshrc b/.zshrc index 7b78ffe..580bb76 100644 --- a/.zshrc +++ b/.zshrc @@ -1,6 +1,3 @@ -# Fig pre block. Keep at the top of this file. -. "$HOME/.fig/shell/zshrc.pre.zsh" - export ZSH=~/.oh-my-zsh # Path to your oh-my-zsh installation. export PATH="/usr/local/sbin:$PATH" @@ -208,6 +205,3 @@ test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell # Heroku autocomplete setup HEROKU_AC_ZSH_SETUP_PATH=~/Library/Caches/heroku/autocomplete/zsh_setup && test -f $HEROKU_AC_ZSH_SETUP_PATH && source $HEROKU_AC_ZSH_SETUP_PATH; - -# Fig post block. Keep at the bottom of this file. -. "$HOME/.fig/shell/zshrc.post.zsh" diff --git a/mac_setup.sh b/mac_setup.sh index 6f7b9d0..6c10b5c 100755 --- a/mac_setup.sh +++ b/mac_setup.sh @@ -109,7 +109,6 @@ brew install --cask brave-browser brew install --cask coconutbattery brew install --cask dash brew install --cask discord -brew install --cask fig brew install --cask firefox brew install --cask homebrew/cask-versions/firefox-developer-edition brew install --cask gimp diff --git a/mac_setup_manual_steps.md b/mac_setup_manual_steps.md index 778fc46..f94b873 100644 --- a/mac_setup_manual_steps.md +++ b/mac_setup_manual_steps.md @@ -174,9 +174,6 @@ * Load custom docsets (In this repo. ./custom_dash_docsets) * [ ] iTerm * Load configuration. (In this repo. Change in Settings > General > Preferences) -* [ ] Fig - * Give it the necessary permissions. - * Sign in with passwordless email. * [ ] Firefox Developer Edition * Import sessions into Tab Session Manager. The backup is in the Downloads folder. * Import Tab Session Manager settings as well. They're in the same folder.