GitXplorerGitXplorer
M

dotfiles

public
29 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
2ee0316947139f01ffd0c445d6b2d08a611f0171

(alacritty): convert from yaml to toml

MMunifTanjim committed a day ago
Unverified
71d23708070f1bdef44246263ab208f39279f36f

(karabiner): add ghostty as terminal

MMunifTanjim committed 13 days ago
Unverified
27e93e8240c84fe720bd7b88da2aba30b9b75cad

(ssh): update config_tailscale

MMunifTanjim committed 13 days ago
Unverified
ba5356b9a90967cad890fd75acbcd667cb7b0bc2

(python): update plugins for poetry

MMunifTanjim committed 13 days ago
Unverified
75f6b6c9220748a3a125247d68b39e7bd70c1ff6

(chezmoi): update nvim auto apply script

MMunifTanjim committed 13 days ago
Unverified
7eac846a877cd1e593b8732d516630514f50abbc

(ghostty): introduce and integrate

MMunifTanjim committed 13 days ago

README

The README file for this repository.

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

darwin-no-gnu-run 'npm rebuild --verbose'

Resources