Fix packages and add some shell things

This commit is contained in:
Jake Howard 2017-12-24 16:09:53 +00:00
parent 9dec42f727
commit b43485439b
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 9 additions and 2 deletions

View File

@ -20,6 +20,7 @@ node default {
'calibre',
'caret-bin',
'catimg',
'climate',
'clamtk',
'corebird',
'compton',
@ -66,13 +67,14 @@ node default {
'lxpolkit-git',
'lxrandr',
'minecraft',
'mkchromecast',
'nextcloud-client',
'nodejs',
'numix-gtk-theme',
'nvm',
'obs-studio',
'oh-my-zsh-git',
'onlyoffice-desktopeditors-portable',
'onlyoffice-bin',
'pacaur',
'perl-file-mimeinfo',
'pigz',
@ -123,7 +125,8 @@ node default {
'zeal',
'zsh',
'zsh-completions',
'zsh-doc'
'zsh-doc',
'zsh-syntax-highlighting'
]:
ensure => installed
}

View File

@ -15,6 +15,10 @@ plugins=(
extract
)
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
export fpath=(/usr/share/zsh/site-functions $fpath)
# Enable oh-my-zsh
source $ZSH/oh-my-zsh.sh