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

https://github.com/maxpetretta/dotfiles

My macOS dotfiles, supporting both fish and bash shells
https://github.com/maxpetretta/dotfiles

alacritty bash dotfiles fish macos monokai shell skhd starship tmux yabai

Last synced: 4 months ago
JSON representation

My macOS dotfiles, supporting both fish and bash shells

Awesome Lists containing this project

README

          

# dotfiles

This repo contains configuration files that match my current Mac setup. Packages are managed using [homebrew](https://brew.sh/), and the primary shell is [fish](https://fishshell.com/). bash is installed as well.

## Installation

To install all packages, simply run the following command:

```
. setup.sh
```

## Updating Packages

To save a snapshot of the current machine, run the following command:

```
. update.sh
```