https://github.com/splo/dotfiles
Splo's dotfiles.
https://github.com/splo/dotfiles
Last synced: 12 days ago
JSON representation
Splo's dotfiles.
- Host: GitHub
- URL: https://github.com/splo/dotfiles
- Owner: splo
- Created: 2020-04-01T19:47:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T16:20:05.000Z (almost 5 years ago)
- Last Synced: 2025-02-27T09:58:56.901Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Splo's dotfiles
## Features
- [Homebrew bundle](https://github.com/Homebrew/homebrew-bundle) brewfile.
- [Starship](https://starship.rs/) prompt.
- [Phoenix](https://github.com/kasper/phoenix) script.
## Requirements
- [Git](https://git-scm.com/)
- [rsync](https://rsync.samba.org/)
## Setup
```shell
git clone --separate-git-dir=$HOME/.dotfiles.git https://github.com/splo/dotfiles.git /tmp/dotfiles.git
rsync --recursive --verbose --exclude '.git' /tmp/dotfiles.git/ $HOME/
rm -rf /tmp/dotfiles.git
alias dotfiles='/usr/bin/env git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME'
dotfiles config --local status.showUntrackedFiles no
```
You can now continue by installing [Homebrew](https://brew.sh/).
Then install the common tools:
```shell
brew bundle --file ./dev/src/local/setup/Brewfile
```