https://github.com/diegofigs/dotfiles
Hassle-free config for MacOS & Arch
https://github.com/diegofigs/dotfiles
archlinux dotfiles macos
Last synced: 8 months ago
JSON representation
Hassle-free config for MacOS & Arch
- Host: GitHub
- URL: https://github.com/diegofigs/dotfiles
- Owner: diegofigs
- License: wtfpl
- Created: 2022-09-04T02:37:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T17:46:46.000Z (12 months ago)
- Last Synced: 2025-03-31T18:42:49.658Z (12 months ago)
- Topics: archlinux, dotfiles, macos
- Language: Shell
- Homepage:
- Size: 18.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
## How to install
Mac:
```sh
curl -fLo /usr/local/bin/yadm https://github.com/yadm-dev/yadm/raw/master/yadm && chmod a+x /usr/local/bin/yadm
yadm clone https://github.com/diegofigs/dotfiles.git
```
Arch:
```sh
pacman -Syu sudo git --noconfirm &&
curl -fLo /bin/yadm https://github.com/yadm-dev/yadm/raw/master/yadm && chmod a+x /bin/yadm
yadm clone https://github.com/diegofigs/dotfiles.git
```