Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/omerxx/dotfiles

My dotfiles synced from localhost and remote machines
https://github.com/omerxx/dotfiles

Last synced: about 11 hours ago
JSON representation

My dotfiles synced from localhost and remote machines

Awesome Lists containing this project

README

        

# Dotfiles symlinked on my machine

### Install with stow:
```bash
stow --target .
```

### Homebrew installation:
```bash
# Leaving a machine
brew leaves > leaves.txt

# Fresh installation
xargs brew install < leaves.txt
```