-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tool versions, add fig-provided scripts, etc
- Loading branch information
Showing
9 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Fig pre block. Keep at the top of this file. | ||
. "$HOME/.fig/shell/bash_profile.pre.bash" | ||
#!/bin/bash | ||
|
||
if [ -f ~/.bashrc ]; then | ||
source ~/.bashrc | ||
fi | ||
fi | ||
|
||
# Fig post block. Keep at the bottom of this file. | ||
. "$HOME/.fig/shell/bash_profile.post.bash" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Fig pre block. Keep at the top of this file. | ||
. "$HOME/.fig/shell/bashrc.pre.bash" | ||
if [ -f $(brew --prefix)/etc/bash_completion ]; then | ||
. $(brew --prefix)/etc/bash_completion | ||
fi | ||
|
@@ -11,3 +13,6 @@ alias unfuckxcode='rm -rf ~/Library/Developer/Xcode/DerivedData; rm -rf ~/Librar | |
|
||
export [email protected] | ||
export [email protected] | ||
|
||
# Fig post block. Keep at the bottom of this file. | ||
. "$HOME/.fig/shell/bashrc.post.bash" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
eval (~/.local/bin/fig init fish pre --rcfile 00_fig_pre | string split0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
eval (~/.local/bin/fig init fish post --rcfile 99_fig_post | string split0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ source "$ASDF_DIR/asdf.fish" | |
|
||
if [ -e ~/.dotfiles/local/init.fish ] | ||
source ~/.dotfiles/local/init.fish | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,3 +107,5 @@ | |
diffFilter = diff-so-fancy --patch | ||
[init] | ||
defaultBranch = main | ||
[advice] | ||
detachedHead = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
nodejs 12.16.1 | ||
python 3.9.2 | ||
ruby 3.0.1 | ||
ruby 3.1.2 | ||
rust stable | ||
swiftlint 0.43.1 | ||
swiftlint 0.47.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Fig pre block. Keep at the top of this file. | ||
. "$HOME/.fig/shell/zshrc.pre.zsh" | ||
|
||
|
||
# Fig post block. Keep at the bottom of this file. | ||
. "$HOME/.fig/shell/zshrc.post.zsh" |