Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/muniftanjim/dotfiles
- Owner: MunifTanjim
- Created: 2016-10-10T08:50:31.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T15:36:53.000Z (4 months ago)
- Last Synced: 2024-10-11T08:19:10.088Z (3 months ago)
- Topics: bash, bat, chezmoi, dotfiles, fd, fzf, gh, hammerspoon, karabiner, lf, macos, neovim, rofi, starship, tmux, vim, zsh
- Language: Lua
- Homepage:
- Size: 638 KB
- Stars: 27
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)