Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raisiqueira/dotfiles

My .dotfiles 🥯
https://github.com/raisiqueira/dotfiles

dotfiles macos

Last synced: 28 days ago
JSON representation

My .dotfiles 🥯

Awesome Lists containing this project

README

        

# dotfiles

My dotfiles.

## Requirements

- Homebrew: `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`
- GNU Stow `brew install stow`

## Setup

Setup by using the `setup-mac.sh` script or the `setup.sh` (Ubuntu) script.

## Manual Setup

### Install the Homebrew packages

```bash
brew bundle install
```

### Setup the dotfiles

Inside the `dotfiles` folder, run the following command:

```bash
stow --adopt .
```

## Updating the `Brewfile`

```bash
brew bundle dump --force
```