https://github.com/itstorque/dot_files
syncing zsh profile in case my computer gets wiped again :)
https://github.com/itstorque/dot_files
Last synced: over 1 year ago
JSON representation
syncing zsh profile in case my computer gets wiped again :)
- Host: GitHub
- URL: https://github.com/itstorque/dot_files
- Owner: itstorque
- Created: 2022-05-13T20:31:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T18:22:02.000Z (about 4 years ago)
- Last Synced: 2025-02-02T20:54:38.843Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dot_files
syncing zsh profile in case my computer gets wiped again :)
## Setup
Clone into root directory `~` and add the following line
to `.zshrc`:
```zsh
source ~/dot_files/.profile
```
Need to have oh-my-zsh installed.