https://github.com/chflick/dotfiles
My personal dotfiles
https://github.com/chflick/dotfiles
dotfiles
Last synced: 4 months ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/chflick/dotfiles
- Owner: ChFlick
- Created: 2020-01-18T13:32:14.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T08:03:37.000Z (over 1 year ago)
- Last Synced: 2025-03-30T22:29:26.273Z (about 1 year ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My configuration files for Linux and macOS.
# Install git
## macOS
Install XCode Command Line Tools, Brew, yadm, and then pull the dotfiles
```sh
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install yadm
yadm clone https://github.com/chflick/dotfiles.git
yadm bootstrap
```
### Credits
Credits to https://github.dev/phelipetls/dotfiles where I peeked a bit for the ansible setup.