Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muniftanjim/dotfiles

⚙ Here be Dots...
https://github.com/muniftanjim/dotfiles

bash bat chezmoi dotfiles fd fzf gh hammerspoon karabiner lf macos neovim rofi starship tmux vim zsh

Last synced: 3 months ago
JSON representation

⚙ Here be Dots...

Awesome Lists containing this project

README

        

# MunifTanjim's dotfiles

## Setup

```sh
# [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 `[email protected]`

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

```sh
env DARWIN_OPENSSL_VERSION=1.0 zsh -i -c '[email protected] pyenv install '
```

_**NOTE**: Not supported on ARM64 (Apple Silicon)._

#### Run Command with BSD tools

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

## Resources

- [chezmoi](https://www.chezmoi.io)
- [scripts.sh](https://github.com/MunifTanjim/scripts.sh)