MunifTanjim / dotfiles

⚙ Here be Dots...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MunifTanjim's dotfiles

Setup

# [READY] setup chezmoi
curl -fsSL https://raw.githubusercontent.com/MunifTanjim/scripts.sh/main/setup-chezmoi | bash
# [SET] initialize
chezmoi init MunifTanjim
# [GO] apply
chezmoi apply

Notes

macOS Notes

Build with openssl@1.0

Run shell in a clean environment with DARWIN_OPENSSL_VERSION=1.0. For example:

env DARWIN_OPENSSL_VERSION=1.0 zsh -i -c 'PYTHON_BUILD_HOMEBREW_OPENSSL_FORMULA=openssl@1.0 pyenv install <version>'

NOTE: Not supported on ARM64 (Apple Silicon).

Run Command with BSD tools

env -u PATH -u MANPATH DARWIN_NO_GNU=1 zsh -ic 'npm rebuild'

Resources

About

⚙ Here be Dots...


Languages

Language:Lua 56.1%Language:Shell 32.8%Language:Vim Script 9.8%Language:CSS 0.8%Language:JavaScript 0.4%Language:Scheme 0.2%