Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
the0demiurge committed Nov 18, 2019
1 parent 1d33cb7 commit cdde0da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charles/installation.d/conf.d/config-homebrew
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
echo 'set -x HOMEBREW_BOTTLE_DOMAIN https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles' | tee ~/.config/fish/conf.d/homebrew.fish

echo 'set -x PATH "/usr/local/opt/coreutils/libexec/gnubin" $PATH' | tee -a ~/.config/fish/conf.d/homebrew.fish
echo 'set -x MANPATH "/usr/local/opt/coreutils/libexec/gnuman" $MANPATH' | tee -a ~/.config/fish/conf.d/homebrew.fish
# echo 'set -x MANPATH "/usr/local/opt/coreutils/libexec/gnuman" $MANPATH' | tee -a ~/.config/fish/conf.d/homebrew.fish
echo 'set -x PATH "/usr/local/opt/findutils/libexec/gnubin" $PATH' | tee -a ~/.config/fish/conf.d/homebrew.fish
echo 'set -x MANPATH "/usr/local/opt/findutils/libexec/gnuman" $MANPATH' | tee -a ~/.config/fish/conf.d/homebrew.fish
# echo 'set -x MANPATH "/usr/local/opt/findutils/libexec/gnuman" $MANPATH' | tee -a ~/.config/fish/conf.d/homebrew.fish
echo 'set -x PATH "/usr/local/opt/gnu-tar/libexec/gnubin" $PATH' | tee -a ~/.config/fish/conf.d/homebrew.fish
echo 'set -x MANPATH "/usr/local/opt/gnu-tar/libexec/gnuman" $MANPATH' | tee -a ~/.config/fish/conf.d/homebrew.fish
# echo 'set -x MANPATH "/usr/local/opt/gnu-tar/libexec/gnuman" $MANPATH' | tee -a ~/.config/fish/conf.d/homebrew.fish
echo 'set -x PATH "/usr/local/opt/gnu-sed/libexec/gnubin" $PATH' | tee -a ~/.config/fish/conf.d/homebrew.fish
echo 'set -x MANPATH "/usr/local/opt/gnu-sed/libexec/gnuman" $MANPATH' | tee -a ~/.config/fish/conf.d/homebrew.fish
# echo 'set -x MANPATH "/usr/local/opt/gnu-sed/libexec/gnuman" $MANPATH' | tee -a ~/.config/fish/conf.d/homebrew.fish
echo 'set -x PATH "/usr/local/opt/grep/libexec/gnubin" $PATH' | tee -a ~/.config/fish/conf.d/homebrew.fish
echo 'set -x MANPATH "/usr/local/opt/grep/libexec/gnuman" $MANPATH' | tee -a ~/.config/fish/conf.d/homebrew.fish
# echo 'set -x MANPATH "/usr/local/opt/grep/libexec/gnuman" $MANPATH' | tee -a ~/.config/fish/conf.d/homebrew.fish
echo 'set -x PATH "/usr/local/opt/gawk/libexec/gnubin" $PATH' | tee -a ~/.config/fish/conf.d/homebrew.fish
echo 'set -x MANPATH "/usr/local/opt/gawk/libexec/gnuman" $MANPATH' | tee -a ~/.config/fish/conf.d/homebrew.fish
# echo 'set -x MANPATH "/usr/local/opt/gawk/libexec/gnuman" $MANPATH' | tee -a ~/.config/fish/conf.d/homebrew.fish

git -C "$(brew --repo)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
Expand Down

0 comments on commit cdde0da

Please sign in to comment.