https://github.com/danoc/dotfiles
https://github.com/danoc/dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danoc/dotfiles
- Owner: danoc
- License: mit
- Created: 2020-08-17T22:43:06.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T17:34:25.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T12:35:40.599Z (over 1 year ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `dotfiles`
This is a collection of my (few) dotfiles.
To use this, add this to a `.zshrc` file:
```bash
if [ -f ~/Projects/danoc/dotfiles/.zshrc ]; then
source ~/Projects/danoc/dotfiles/.zshrc
else
print "404: ~/Projects/danoc/dotfiles/.zshrc not found."
fi
```
Change the path in the code snippet to the location of your cloned repo.