Skip to content

Commit

Permalink
Revert "Add Fig to setup"
Browse files Browse the repository at this point in the history
This reverts commit f306816.

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]: christoomey/vim-tmux-navigator#339
[2]: christoomey/vim-tmux-navigator#317
[3]: christoomey/vim-tmux-navigator#295
  • Loading branch information
conradbeach committed Jan 20, 2023
1 parent 1e0c27a commit 3fda263
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .zshrc
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
1 change: 0 additions & 1 deletion mac_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions mac_setup_manual_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3fda263

Please sign in to comment.