Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefafafan/dotfiles
https://github.com/stefafafan/dotfiles
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefafafan/dotfiles
- Owner: stefafafan
- Created: 2017-04-12T13:38:36.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T10:05:14.000Z (about 1 month ago)
- Last Synced: 2024-11-20T12:00:29.417Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
dotfiles are managed with chezmoi.
## Installation
Install homebrew.
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```Install homebrew packages.
```sh
brew bundle
```Install alacritty themes.
```sh
mkdir -p ~/.config/alacritty/themes
git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/themes
```Apply dotfiles.
```sh
chezmoi init --apply stefafafan
```