Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimal zsh config with pure #78

Closed
hydrajump opened this issue Jul 8, 2014 · 2 comments
Closed

Minimal zsh config with pure #78

hydrajump opened this issue Jul 8, 2014 · 2 comments

Comments

@hydrajump
Copy link

pure is very nice, but I wish there was a minimal zsh config that not only included pure, but also other sane settings for history, colours and possibly other essentials.

This is what I currently have as a starting point on OS X,

.zshrc:

# For Homebrew
export PATH=/usr/local/bin:/usr/local/sbin:$PATH

fpath=( "$HOME/.zfunctions" $fpath )

# Initialise prompt system and choose "pure"
autoload -U promptinit && promptinit
prompt pure

$HOME/.zfunctions:

.zfunctions
├── prompt_pure_setup -> /Users/hydrajump/.zfunctions/pure/pure.zsh
└── pure
    ├── arch
    │   └── PKGBUILD
    ├── package.json
    ├── pure.plugin.zsh -> pure.zsh
    ├── pure.zsh
    ├── readme.md
    ├── screenshot-title-cmd.png
    └── screenshot.png

2 directories, 8 files
@caarlos0
Copy link
Contributor

I think that this is the role of those dotfiles-style projects.

I do use pure in mine, if it's of your interest, take a look at: https://github.com/caarlos0/dotfiles

Cheers

@sindresorhus
Copy link
Owner

I'm planning to publish my dotfiles which will be something like what you're asking.

You can subscribe to https://github.com/sindresorhus/todo/issues/11 to get notified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants