Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gamunu/dotfiles.osx

Dot Files for macos
https://github.com/gamunu/dotfiles.osx

Last synced: 25 days ago
JSON representation

Dot Files for macos

Awesome Lists containing this project

README

        

# Dotfiles for macOS

This repository lists all the dotfiles I use on my macOS machine. The repository is structured in a way that allows easily install the dotfiles on a new machine. The dotfiles are managed using [GNU Stow](https://www.gnu.org/software/stow/), which is a free, portable, lightweight symlink farm manager.

## Install homebrew

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

## Clone repository
```bash
git clone https://github.com/gamunu/dotfiles.osx.git ~/.dotfiles
```

## Install utilities

```bash
brew bundle --file=Brewfile
```

## Install applications

```bash
brew bundle --file=Brewfile.apps
```

## Install configuration files

### test with dry-run
```bash
stow -n -t ~ zsh
```

### configure dotfiles
```bash
stow -t ~ zsh starship
```