Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/omerxx/dotfiles
- Owner: omerxx
- Created: 2016-12-22T23:01:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T15:45:43.000Z (8 days ago)
- Last Synced: 2024-11-04T16:39:01.880Z (8 days ago)
- Language: Nushell
- Homepage: https://dotfiles.omerxx.com
- Size: 152 KB
- Stars: 1,063
- Watchers: 13
- Forks: 93
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```