An open API service indexing awesome lists of open source software.

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

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
```