Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcuric/dotfiles
My personal dotfiles
https://github.com/zcuric/dotfiles
Last synced: 24 days ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/zcuric/dotfiles
- Owner: zcuric
- Created: 2024-06-11T08:49:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T15:41:40.000Z (4 months ago)
- Last Synced: 2024-06-28T17:08:36.178Z (4 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Personal dotfiles for MacOS/Linux setup. Inspired by [dreamsofcode-io/dotfiles](https://github.com/dreamsofcode-io/dotfiles/tree/main).## Setup
Managed using [GNU Stow](https://www.gnu.org/software/stow/). This allows me to set up symlinks for all of my dotfiles using a single command:
```bash
stow .
````