Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcogreiveldinger/.dotfiles

My dotfile configurations
https://github.com/marcogreiveldinger/.dotfiles

dotfiles dotfiles-macos yadm

Last synced: about 2 months ago
JSON representation

My dotfile configurations

Awesome Lists containing this project

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
```