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
|
cd macports-base
|
||||||
sudo git checkout v2.8.0
|
sudo git checkout v2.8.0
|
||||||
sudo ./configure --enable-readline
|
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 install
|
||||||
make distclean
|
make distclean
|
||||||
`
|
`
|
||||||
|
|
|
@ -2,11 +2,12 @@
|
||||||
|
|
||||||
{{ if eq .chezmoi.os "darwin" }}
|
{{ if eq .chezmoi.os "darwin" }}
|
||||||
### macOS Polyfills
|
### macOS Polyfills
|
||||||
if command -v brew > /dev/null; then
|
# Conflicts with Mac Port installation
|
||||||
PATH="$(brew --prefix)/opt/coreutils/libexec/gnubin:$PATH"
|
# if command -v brew > /dev/null; then
|
||||||
PATH="$(brew --prefix)/opt/gnu-indent/libexec/gnubin:$PATH"
|
# PATH="$(brew --prefix)/opt/coreutils/libexec/gnubin:$PATH"
|
||||||
PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
|
# PATH="$(brew --prefix)/opt/gnu-indent/libexec/gnubin:$PATH"
|
||||||
fi
|
# PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
|
||||||
|
# fi
|
||||||
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
### bat
|
### bat
|
||||||
|
|
Loading…
Reference in a new issue