https://github.com/josh-taylor/dotfiles
A collection of dotfiles that I use.
https://github.com/josh-taylor/dotfiles
dotfiles oh-my-zsh shell zsh zshrc
Last synced: 3 months ago
JSON representation
A collection of dotfiles that I use.
- Host: GitHub
- URL: https://github.com/josh-taylor/dotfiles
- Owner: josh-taylor
- License: mit
- Created: 2013-09-27T15:52:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T14:25:57.000Z (over 6 years ago)
- Last Synced: 2025-01-01T21:46:08.398Z (5 months ago)
- Topics: dotfiles, oh-my-zsh, shell, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
This is my [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) setup. I've put it up here to make it easier for moving from machine to machine. You may find bits useful and are free to use it as you need.
## Assumptions
- This configuration assumes you have [NVM](https://github.com/creationix/nvm) installed, however you can easily remove/comment these lines.
- It replaces `cat` with [`bat`](https://github.com/sharkdp/bat)
- It replaces `ping` with [`prettyping`](https://github.com/denilsonsa/prettyping)## Plugins
I use the following zsh/oh-my-zsh plugins:
**Official**
- [gitfast](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins#gitfast)
- [npm](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins#npm)
- [brew](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins#brew)
- [composer](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins#composer)
- [z](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins#z)
- [safe-paste](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/safe-paste)
- [wp-cli](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/wp-cli)**Unofficial**
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)