Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tednaleid/shared-zshrc
https://github.com/tednaleid/shared-zshrc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tednaleid/shared-zshrc
- Owner: tednaleid
- Created: 2019-12-18T22:41:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T02:51:29.000Z (about 3 years ago)
- Last Synced: 2024-08-01T16:43:41.968Z (6 months ago)
- Language: Shell
- Size: 71.3 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome-github-stars - tednaleid/shared-zshrc - (Shell)
README
To use these zshrc files, just run the install.sh script.
./install.sh
This will create a new ~/.zshrc file that will automatically load up the zshrc files in this directory.
Files in this repo:
- zshrc_base - the base zsh aliases and setup of things like antibody zsh plugins and fzf fuzzy searching that are generally useful
- zsh_options - sets up zsh values (such as globbing)
- zfunc - zshell functions for autocompleting different things
- purepower_prompt - the shell prompt with things tweaked as I like them
- zsh_plugins.txt - antibody zsh plugins that will get run for things like autocompletionFiles not in this repo, but that are created by `install.sh`:
- nonshared-zshrc/zshrc - not checked in
- holds things that are secrets or not generally useful to other users
- nonshared-zshrc/ - not checked in
- things that should be run just for this host, useful when sharing a zsh setting between multiple computers
- you'll have one of these per machine you use your zsh settings on