Skip to content

Commit f306816

Browse files
committed
Add Fig to setup
https://fig.io/ The additions to .zshrc were automatically generated when Fig was installed.
1 parent 977d433 commit f306816

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.zshrc

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Fig pre block. Keep at the top of this file.
2+
. "$HOME/.fig/shell/zshrc.pre.zsh"
3+
14
export ZSH=~/.oh-my-zsh # Path to your oh-my-zsh installation.
25

36
export PATH="/usr/local/sbin:$PATH"
@@ -194,3 +197,6 @@ test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell
194197

195198
# heroku autocomplete setup
196199
HEROKU_AC_ZSH_SETUP_PATH=~/Library/Caches/heroku/autocomplete/zsh_setup && test -f $HEROKU_AC_ZSH_SETUP_PATH && source $HEROKU_AC_ZSH_SETUP_PATH;
200+
201+
# Fig post block. Keep at the bottom of this file.
202+
. "$HOME/.fig/shell/zshrc.post.zsh"

mac_setup.sh

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ brew install --cask brave-browser
109109
brew install --cask coconutbattery
110110
brew install --cask dash
111111
brew install --cask discord
112+
brew install --cask fig
112113
brew install --cask firefox
113114
brew install --cask homebrew/cask-versions/firefox-developer-edition
114115
brew install --cask gimp

mac_setup_manual_steps.md

+3
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@
174174
* Load custom docsets (In this repo. ./custom_dash_docsets)
175175
* [ ] iTerm
176176
* Load configuration. (In this repo. Change in Settings > General > Preferences)
177+
* [ ] Fig
178+
* Give it the necessary permissions.
179+
* Sign in with passwordless email.
177180
* [ ] Firefox Developer Edition
178181
* Import sessions into Tab Session Manager. The backup is in the Downloads folder.
179182
* Import Tab Session Manager settings as well. They're in the same folder.

0 commit comments

Comments
 (0)