https://github.com/denpeshkov/dotfiles
https://github.com/denpeshkov/dotfiles
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/denpeshkov/dotfiles
- Owner: denpeshkov
- Created: 2024-08-16T12:50:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T17:31:20.000Z (2 months ago)
- Last Synced: 2025-04-07T18:30:26.474Z (2 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Dotfiles are managed with [GNU Stow](https://www.gnu.org/software/stow/) and are compatible with macOS.
## Setup dotfiles
To set up all the files, run:
```
make stow
```## Install tools
To install all the tools using Homebrew, run:
```
brew bundle --file=Brewfile
brew bundle --force cleanup --file=Brewfile
```