https://github.com/sa7mon/dotfiles
https://github.com/sa7mon/dotfiles
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sa7mon/dotfiles
- Owner: sa7mon
- Created: 2017-06-06T07:01:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-01T13:53:06.000Z (over 1 year ago)
- Last Synced: 2026-01-29T21:26:39.964Z (5 months ago)
- Language: Shell
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
These are my personal dotfiles. aliases, functions, and options are split into directories according to what they relate to.
Full profiles and resource (rc) scripts are located in `/profiles/`.
### Quick Install
```
git clone https://github.com/sa7mon/dotfiles.git ~/dotfiles/ && if [[ ! -a ~/.zshrc ]]; then cp ~/dotfiles/profiles/default.zshrc ~/.zshrc; fi
```
(Clone the repo and install a default .zshrc if one doesn't exist)