-
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.
- Loading branch information
1 parent
869322e
commit ed18b59
Showing
5 changed files
with
43 additions
and
163 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 |
---|---|---|
|
@@ -19,3 +19,5 @@ | |
|
||
[fetch] | ||
prune = true | ||
[pull] | ||
rebase = 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,7 +1,9 @@ | ||
DOTFILES_DIR="$HOME/Documents/dotfiles" | ||
ZSH_DISABLE_COMPFIX=true | ||
|
||
for file in $DOTFILES_DIR/zsh/*.zsh; do | ||
source "$file" | ||
done | ||
|
||
eval "$(starship init zsh)" | ||
|
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 |
---|---|---|
|
@@ -8,6 +8,7 @@ export PATH="/usr/local/opt/curl/bin:$PATH" | |
export PATH="/usr/local/Cellar/[email protected]/5.5.1_1/bin:$PATH" | ||
export PATH="/usr/local/Cellar/python/2.7.14_3/bin:$PATH" | ||
export PATH="/usr/local/go/bin:$PATH" | ||
export PATH="/usr/local/sbin:$PATH" | ||
export PATH="$HOME/Library/Python/3.8/bin:$PATH" | ||
export PATH="$HOME/.rvm/bin:$PATH" | ||
export PATH="$HOME/.rbenv/bin:$PATH" | ||
|
@@ -23,7 +24,7 @@ export CPPFLAGS="-I/usr/local/opt/openssl/include -I/usr/local/opt/icu4c/include | |
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig" | ||
|
||
export GPG_TTY=`tty` | ||
export JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home" | ||
export JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk1.8.0_271.jdk/Contents/Home" | ||
export GOPATH="$HOME/go" | ||
export LANG="en_US.UTF-8" | ||
export ERL_AFLAGS="-kernel shell_history enabled" |
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