From b43485439b98e5e119c8a762592e1182438f7632 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 24 Dec 2017 16:09:53 +0000 Subject: [PATCH] Fix packages and add some shell things --- manifests/packages.pp | 7 +++++-- modules/shell/files/.zshrc | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/manifests/packages.pp b/manifests/packages.pp index f97885f..930b285 100644 --- a/manifests/packages.pp +++ b/manifests/packages.pp @@ -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 } diff --git a/modules/shell/files/.zshrc b/modules/shell/files/.zshrc index afacda5..8338141 100644 --- a/modules/shell/files/.zshrc +++ b/modules/shell/files/.zshrc @@ -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