Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcogreiveldinger/.dotfiles
My dotfile configurations
https://github.com/marcogreiveldinger/.dotfiles
dotfiles dotfiles-macos yadm
Last synced: 3 months ago
JSON representation
My dotfile configurations
- Host: GitHub
- URL: https://github.com/marcogreiveldinger/.dotfiles
- Owner: marcogreiveldinger
- License: mit
- Created: 2023-08-09T06:50:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-25T13:03:04.000Z (4 months ago)
- Last Synced: 2024-07-25T14:51:04.315Z (4 months ago)
- Topics: dotfiles, dotfiles-macos, yadm
- Language: Shell
- Homepage:
- Size: 85 KB
- Stars: 27
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - marcogreiveldinger/.dotfiles - My dotfile configurations (Shell)
README
# .dotfiles
My dotfile configurations## Prerequisites:
- [Homebrew](https://brew.sh/)
- Xcode Command Line Tools (will be installed by homebrew)### Pre-Installation
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
To install yadm temporarily, then clone the .dotfiles repo and bootstrap the system, run the following command:```bash
curl -sL https://github.com/marcogreiveldinger/.dotfiles/raw/main/pre_bootstrap.sh | bash
```### Update plugins with submodules
```bash
yadm submodule update --remote
```