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
- Host: GitHub
- URL: https://github.com/maxpetretta/dotfiles
- Owner: maxpetretta
- License: mit
- Created: 2020-06-21T20:54:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T03:53:58.000Z (5 months ago)
- Last Synced: 2026-01-15T09:43:09.588Z (5 months ago)
- Topics: alacritty, bash, dotfiles, fish, macos, monokai, shell, skhd, starship, tmux, yabai
- Language: Lua
- Homepage:
- Size: 952 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```