Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gamunu/dotfiles.osx
Dot Files for macos
https://github.com/gamunu/dotfiles.osx
Last synced: 25 days ago
JSON representation
Dot Files for macos
- Host: GitHub
- URL: https://github.com/gamunu/dotfiles.osx
- Owner: gamunu
- Created: 2023-10-14T16:11:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-04T10:06:57.000Z (7 months ago)
- Last Synced: 2024-12-15T23:48:55.202Z (29 days ago)
- Language: Shell
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles for macOS
This repository lists all the dotfiles I use on my macOS machine. The repository is structured in a way that allows easily install the dotfiles on a new machine. The dotfiles are managed using [GNU Stow](https://www.gnu.org/software/stow/), which is a free, portable, lightweight symlink farm manager.
## Install homebrew
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```## Clone repository
```bash
git clone https://github.com/gamunu/dotfiles.osx.git ~/.dotfiles
```## Install utilities
```bash
brew bundle --file=Brewfile
```## Install applications
```bash
brew bundle --file=Brewfile.apps
```## Install configuration files
### test with dry-run
```bash
stow -n -t ~ zsh
```### configure dotfiles
```bash
stow -t ~ zsh starship
```