1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

added zsh autosuggestions

This commit is contained in:
eoli3n 2017-01-10 14:51:21 +01:00
parent dd870049d5
commit beee685a0d
2 changed files with 12 additions and 0 deletions

2
.zshrc

@ -74,3 +74,5 @@ autoload -U zmv
plugins=(git python)
source $ZSH/oh-my-zsh.sh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=10'

@ -36,6 +36,16 @@ git clone https://github.com/guimeira/i3lock-fancy-multimonitor
```
Change ``BLURTYPE="5x3"`` in ``i3lock-fancy-multimonitor/lock`` file.
# Zsh
**zsh-autosuggestions**
> https://github.com/zsh-users/zsh-autosuggestions
```
git clone git://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
```
# Gtk+ and Qt
Run lxappearance and apply ``Vertex-Dark`` theme.