https://github.com/zcuric/dotfiles
My personal dotfiles
https://github.com/zcuric/dotfiles
Last synced: about 1 year ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/zcuric/dotfiles
- Owner: zcuric
- Created: 2024-06-11T08:49:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T13:03:30.000Z (over 1 year ago)
- Last Synced: 2025-02-06T14:23:16.699Z (over 1 year ago)
- Language: Shell
- Size: 6.84 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 .
````