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

View File

@ -15,6 +15,10 @@ plugins=(
extract 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 # Enable oh-my-zsh
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh