Created
December 12, 2018 01:14
-
-
Save ManzDev/237002afd6620636a2b9beb8e9587136 to your computer and use it in GitHub Desktop.
zsh runtime configuration
This file contains hidden or 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
| # apt-get install zsh zgen | |
| # load zgen | |
| source /usr/share/zgen/zgen.zsh | |
| zgen load zdharma/fast-syntax-highlighting # fast-theme zdharma | |
| #zgen load zsh-users/zsh-syntax-highlighting | |
| zgen load zsh-users/zsh-autosuggestions | |
| zgen load zsh-users/zsh-completions | |
| zgen load zsh-users/zsh-history-substring-search | |
| zgen load zsh-users/zaw | |
| zgen load ael-code/zsh-colored-man-pages | |
| zgen load zpm-zsh/colors | |
| zgen load popstas/zsh-command-time | |
| # Config | |
| ZSH_COMMAND_TIME_COLOR="1c1c1c" | |
| export TERM='xterm-256color' | |
| alias zshconfig="vim ~/.zshrc" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment