https://github.com/raisiqueira/dotfiles
My .dotfiles 🥯
https://github.com/raisiqueira/dotfiles
dotfiles macos
Last synced: 2 months ago
JSON representation
My .dotfiles 🥯
- Host: GitHub
- URL: https://github.com/raisiqueira/dotfiles
- Owner: raisiqueira
- Created: 2023-04-16T16:25:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-04T17:54:30.000Z (11 months ago)
- Last Synced: 2026-04-24T16:54:22.004Z (2 months ago)
- Topics: dotfiles, macos
- Language: Lua
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 --no-vscode
```