Commit f306816 1 parent 977d433 commit f306816 Copy full SHA for f306816
File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Fig pre block. Keep at the top of this file.
2
+ . " $HOME /.fig/shell/zshrc.pre.zsh"
3
+
1
4
export ZSH=~ /.oh-my-zsh # Path to your oh-my-zsh installation.
2
5
3
6
export PATH=" /usr/local/sbin:$PATH "
@@ -194,3 +197,6 @@ test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell
194
197
195
198
# heroku autocomplete setup
196
199
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"
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ brew install --cask brave-browser
109
109
brew install --cask coconutbattery
110
110
brew install --cask dash
111
111
brew install --cask discord
112
+ brew install --cask fig
112
113
brew install --cask firefox
113
114
brew install --cask homebrew/cask-versions/firefox-developer-edition
114
115
brew install --cask gimp
Original file line number Diff line number Diff line change 174
174
* Load custom docsets (In this repo. ./custom_dash_docsets)
175
175
* [ ] iTerm
176
176
* Load configuration. (In this repo. Change in Settings > General > Preferences)
177
+ * [ ] Fig
178
+ * Give it the necessary permissions.
179
+ * Sign in with passwordless email.
177
180
* [ ] Firefox Developer Edition
178
181
* Import sessions into Tab Session Manager. The backup is in the Downloads folder.
179
182
* Import Tab Session Manager settings as well. They're in the same folder.
You can’t perform that action at this time.
0 commit comments