mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
changed zsh config
This commit is contained in:
parent
4ce7083906
commit
2dedd46369
@ -67,6 +67,7 @@ To use dark theme, go to graphical configuration and click ``Use GTK+ Theme``
|
||||
## Supported OS
|
||||
|
||||
- Archlinux
|
||||
- Debian
|
||||
- Centos
|
||||
- FreeBSD : need to ``sudo ln -s /usr/local/bin/python2 /usr/bin/python``
|
||||
|
||||
|
1
TODO
1
TODO
@ -6,3 +6,4 @@
|
||||
- TOTEST : powerlines
|
||||
- TODO: check best install method all distrib powerline
|
||||
- TODO: clean zshrc
|
||||
- TODO: Ubuntu compat and vagrant
|
||||
|
@ -41,6 +41,10 @@
|
||||
shell: creates=~/.oh-my-zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
||||
ignore_errors: True
|
||||
|
||||
- name: Search for zsh-syntax-highlighting
|
||||
shell: find /usr -name zsh-syntax-highlighting.zsh 2>/dev/null
|
||||
register: zsh-syntax-highlighting-dir
|
||||
|
||||
- name: Configure zshrc
|
||||
template: src=templates/.zshrc dest=~/.zshrc backup=yes
|
||||
|
||||
|
@ -72,8 +72,7 @@ source ~/.zshrc_node
|
||||
autoload -U zmv
|
||||
plugins=(git python colored-man-pages colorize sprunge web-search)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
zsh-syntax-highlighting-dir=$(find /usr -name zsh-syntax-highlighting.zsh 2>/dev/null)
|
||||
source $zsh-syntax-highlighting-dir
|
||||
source {{ zsh-syntax-highlighting-dir.stdout }}
|
||||
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=8'
|
||||
|
||||
### PURE PROMPT
|
||||
|
Loading…
Reference in New Issue
Block a user