Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raisiqueira/dotfiles
My .dotfiles 🥯
https://github.com/raisiqueira/dotfiles
dotfiles macos
Last synced: 28 days ago
JSON representation
My .dotfiles 🥯
- Host: GitHub
- URL: https://github.com/raisiqueira/dotfiles
- Owner: raisiqueira
- Created: 2023-04-16T16:25:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-29T20:51:21.000Z (4 months ago)
- Last Synced: 2024-06-29T21:42:59.761Z (4 months ago)
- Topics: dotfiles, macos
- Language: Lua
- Homepage:
- Size: 65.4 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
```