Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedrichards/dotfiles
Dotfiles designed for zsh on macOS Catalina and later.
https://github.com/jedrichards/dotfiles
Last synced: 5 days ago
JSON representation
Dotfiles designed for zsh on macOS Catalina and later.
- Host: GitHub
- URL: https://github.com/jedrichards/dotfiles
- Owner: jedrichards
- Created: 2012-07-24T12:54:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T11:14:50.000Z (4 months ago)
- Last Synced: 2024-07-17T14:00:40.166Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 83 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Dotfiles designed for zsh on macOS Catalina and later.
### Usage
Clone the repo anywhere on your system, then point to its location in your `~/.zshenv` file.
```
ZDOTDIR=/path/to/this/repo
```### Recommendations
If you're missing plugins, dependencies or recommended files then you'll be prompted to fix these when you open a new shell.
- `.personal` file (for private settings)
- `.gitconfig.personal` (for private Git settings, like username and email)
- [Starship](https://starship.rs) (a fast cross-shell prompt)
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) (Fish-like autosuggestions)