Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/branchvincent/dotfiles
💻 My dotfiles
https://github.com/branchvincent/dotfiles
dotfiles fish macos yadm
Last synced: 10 days ago
JSON representation
💻 My dotfiles
- Host: GitHub
- URL: https://github.com/branchvincent/dotfiles
- Owner: branchvincent
- Created: 2020-08-20T04:45:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T03:35:59.000Z (18 days ago)
- Last Synced: 2024-12-29T04:21:27.599Z (18 days ago)
- Topics: dotfiles, fish, macos, yadm
- Language: Shell
- Homepage:
- Size: 905 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# Dotfiles [![CI](https://github.com/branchvincent/dotfiles/workflows/CI/badge.svg)](https://github.com/branchvincent/dotfiles/actions?query=workflow%3ACI)
- [fish shell](http://fishshell.com/) on macOS
- [XDG spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)-compliant (where possible)
- [yadm](https://yadm.io/) for management
- [1Password](https://1password.com/downloads/command-line/) for secrets## Installation
If you already have `yadm`:
```sh
yadm clone --bootstrap https://github.com/branchvincent/dotfiles.git
```Otherwise:
```sh
curl -fsSL https://raw.githubusercontent.com/branchvincent/dotfiles/main/bootstrap | bash
```## Acknowledgements
- [@benmezger](https://github.com/benmezger/dotfiles)
- [@davidosomething](https://github.com/davidosomething/dotfiles)
- [@matchai](https://github.com/matchai/dotfiles)
- [@mathiasbynens](https://github.com/mathiasbynens/dotfiles)
- [@MikeMcQuaid](https://github.com/MikeMcQuaid/dotfiles)
- [@seanbreckenridge](https://github.com/seanbreckenridge/dotfiles)## References
- [Shell initialization](https://github.com/rbenv/rbenv/wiki/unix-shell-initialization)
- [Shell comparisons](https://hyperpolyglot.org/unix-shells)