-
Notifications
You must be signed in to change notification settings - Fork 0
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
add zsh configs #54
Merged
Merged
add zsh configs #54
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Note: Ported from bash configs
Note: Tracking for historic record only... now implemented as script
…(macOS) Note: This was causing p10k-instant-prompt to spew warnings about pre-sourcing output
Note: If setup for the first time on a system, these dirs will not exist Zsh complains and bails out with a basic no-frills prompt & environment. Errors were: [oh-my-zsh] Insecure completion-dependent directories detected: drwxrwxr-x 5 exampleuser staff 160 Sep 6 21:57 /Users/exampleuser/.cache/oh-my-zsh drwxrwxr-x 2 exampleuser staff 64 Sep 6 21:57 /Users/exampleuser/.cache/oh-my-zsh/completions [oh-my-zsh] For safety, we will not load completions from these directories until [oh-my-zsh] you fix their permissions and ownership and restart zsh. [oh-my-zsh] See the above list for directories with group or other writability. [oh-my-zsh] To fix your permissions you can do so by disabling [oh-my-zsh] the write permission of "group" and "others" and making sure that the [oh-my-zsh] owner of these directories is either root or your current user. [oh-my-zsh] The following command may help: [oh-my-zsh] compaudit | xargs chmod g-w,o-w [oh-my-zsh] If the above didn't help or you want to skip the verification of [oh-my-zsh] insecure directories you can set the variable ZSH_DISABLE_COMPFIX to [oh-my-zsh] "true" before oh-my-zsh is sourced in your zshrc file. [oh-my-zsh] theme 'powerlevel10k/powerlevel10k' not found [oh-my-zsh] theme 'powerlevel10k/powerlevel10k' not found [oh-my-zsh] Insecure completion-dependent directories detected: drwxrwxr-x 5 exampleuser staff 160 Sep 6 21:57 /Users/exampleuser/.cache/oh-my-zsh drwxrwxr-x 2 exampleuser staff 64 Sep 6 21:57 /Users/exampleuser/.cache/oh-my-zsh/completions [oh-my-zsh] For safety, we will not load completions from these directories until [oh-my-zsh] you fix their permissions and ownership and restart zsh. [oh-my-zsh] See the above list for directories with group or other writability. [oh-my-zsh] To fix your permissions you can do so by disabling [oh-my-zsh] the write permission of "group" and "others" and making sure that the [oh-my-zsh] owner of these directories is either root or your current user. [oh-my-zsh] The following command may help: [oh-my-zsh] compaudit | xargs chmod g-w,o-w [oh-my-zsh] If the above didn't help or you want to skip the verification of [oh-my-zsh] insecure directories you can set the variable ZSH_DISABLE_COMPFIX to [oh-my-zsh] "true" before oh-my-zsh is sourced in your zshrc file.
…nto .osId Note: This is to work around the sub-par boolean logic in GoLang's text/template language.
…git for non-Manjaro OS
Note: Migrated from exa to eza, added many more, and moved to alias.non-skel.local.zsh
Theme location: /usr/share/zsh-theme-powerlevel10k Installed by package: extra/zsh-theme-powerlevel10k
Conflicts: .chezmoi.yaml.tmpl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Completed almost all
zsh
tasks from Modernize terminal configs & dotfiles - LyraPhase/lyraphase_workstation#102