https://github.com/ihorvorotnov/dotfiles
My .dotfiles
https://github.com/ihorvorotnov/dotfiles
Last synced: 4 months ago
JSON representation
My .dotfiles
- Host: GitHub
- URL: https://github.com/ihorvorotnov/dotfiles
- Owner: ihorvorotnov
- Created: 2021-12-06T23:36:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T23:51:45.000Z (over 3 years ago)
- Last Synced: 2025-01-13T17:20:14.529Z (5 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
1. Clone into `~/.dotfiles`
2. Inspect your existing `~/.zshrc`, back it up (if needed)
3. Create a symlink:
```bash
ln -sf ~/.dotfiles/.zshrc ~/.zshrc
```