Update .local/share/chezmoi/home/dot_local/bin/executable_install-program, .local/share/chezmoi/home/private_dot_config/shell/aliases.sh.tmpl
This commit is contained in:
parent
916cbff24e
commit
eaf489b848
2 changed files with 8 additions and 6 deletions
|
@ -887,7 +887,8 @@ async function ensurePackageManager(packageManager) {
|
|||
cd macports-base
|
||||
sudo git checkout v2.8.0
|
||||
sudo ./configure --enable-readline
|
||||
make
|
||||
# * asciidoc, xsltproc (port libxslt) and docbook-xsl-nons are required to generate man pages from source.
|
||||
sudo make
|
||||
make install
|
||||
make distclean
|
||||
`
|
||||
|
|
|
@ -2,11 +2,12 @@
|
|||
|
||||
{{ if eq .chezmoi.os "darwin" }}
|
||||
### macOS Polyfills
|
||||
if command -v brew > /dev/null; then
|
||||
PATH="$(brew --prefix)/opt/coreutils/libexec/gnubin:$PATH"
|
||||
PATH="$(brew --prefix)/opt/gnu-indent/libexec/gnubin:$PATH"
|
||||
PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
|
||||
fi
|
||||
# Conflicts with Mac Port installation
|
||||
# if command -v brew > /dev/null; then
|
||||
# PATH="$(brew --prefix)/opt/coreutils/libexec/gnubin:$PATH"
|
||||
# PATH="$(brew --prefix)/opt/gnu-indent/libexec/gnubin:$PATH"
|
||||
# PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
|
||||
# fi
|
||||
|
||||
{{- end }}
|
||||
### bat
|
||||
|
|
Loading…
Reference in a new issue