Fix packages and add some shell things
This commit is contained in:
parent
9dec42f727
commit
b43485439b
2 changed files with 9 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue