Cleanout packages
This commit is contained in:
parent
257933d1f4
commit
d11b830878
1 changed files with 2 additions and 23 deletions
|
@ -2,7 +2,6 @@ class yaourt::packages () {
|
||||||
package {[
|
package {[
|
||||||
'advanced-ssh-config',
|
'advanced-ssh-config',
|
||||||
'android-sdk',
|
'android-sdk',
|
||||||
'android-studio',
|
|
||||||
'arduino',
|
'arduino',
|
||||||
'atom-editor-bin',
|
'atom-editor-bin',
|
||||||
'autoenv-git',
|
'autoenv-git',
|
||||||
|
@ -15,21 +14,14 @@ class yaourt::packages () {
|
||||||
'corebird',
|
'corebird',
|
||||||
'deluge',
|
'deluge',
|
||||||
'desmume',
|
'desmume',
|
||||||
'dolphin-emu',
|
|
||||||
'enpass-bin',
|
|
||||||
'feedthebeast',
|
|
||||||
'filezilla',
|
'filezilla',
|
||||||
'fonts-meta-extended-lt',
|
'fonts-meta-extended-lt',
|
||||||
'freac',
|
'freac',
|
||||||
'genymotion',
|
|
||||||
'gimp',
|
'gimp',
|
||||||
'gitkraken',
|
|
||||||
'glogg',
|
'glogg',
|
||||||
'gnome-shell-extension-activities-config',
|
|
||||||
'gnome-shell-extension-drop-down-terminal-git',
|
'gnome-shell-extension-drop-down-terminal-git',
|
||||||
'gnome-shell-extension-laine-git',
|
'gnome-shell-extension-laine-git',
|
||||||
'gnome-shell-extension-put-window-git',
|
'gnome-shell-extension-put-window-git',
|
||||||
'gnome-shell-extension-status-menu-buttons',
|
|
||||||
'gnome-shell-extension-topicons-plus',
|
'gnome-shell-extension-topicons-plus',
|
||||||
'gnome-shell-mousewheel-zoom',
|
'gnome-shell-mousewheel-zoom',
|
||||||
'google-earth',
|
'google-earth',
|
||||||
|
@ -44,18 +36,14 @@ class yaourt::packages () {
|
||||||
'insync',
|
'insync',
|
||||||
'insync-nautilus',
|
'insync-nautilus',
|
||||||
'jdk',
|
'jdk',
|
||||||
'jetbrains-toolbox',
|
|
||||||
'jre',
|
'jre',
|
||||||
'jshon',
|
'jshon',
|
||||||
'kodi',
|
'kodi',
|
||||||
'libinput',
|
'libinput',
|
||||||
'libinput-gestures',
|
'libinput-gestures',
|
||||||
'minecraft',
|
'minecraft',
|
||||||
'monodevelop',
|
'nextcloud-client',
|
||||||
'mupen64plus',
|
|
||||||
'nextcloud-client-git',
|
|
||||||
'nodejs',
|
'nodejs',
|
||||||
'numix-themes',
|
|
||||||
'nvm',
|
'nvm',
|
||||||
'obs-studio',
|
'obs-studio',
|
||||||
'oh-my-zsh-git',
|
'oh-my-zsh-git',
|
||||||
|
@ -68,20 +56,14 @@ class yaourt::packages () {
|
||||||
'python-virtualenv',
|
'python-virtualenv',
|
||||||
'python2-pip',
|
'python2-pip',
|
||||||
'python2-virtualenv',
|
'python2-virtualenv',
|
||||||
'rambox-bin',
|
|
||||||
'redis',
|
'redis',
|
||||||
'remmina',
|
|
||||||
'screenfetch',
|
'screenfetch',
|
||||||
'skype',
|
|
||||||
'sl',
|
'sl',
|
||||||
'slack-desktop',
|
'slack-desktop',
|
||||||
'smartgit',
|
|
||||||
'spotify',
|
'spotify',
|
||||||
'steam',
|
'steam',
|
||||||
'sublime-text-dev',
|
'sublime-text-dev',
|
||||||
'teamviewer',
|
|
||||||
'terminator',
|
'terminator',
|
||||||
'the_silver_searcher',
|
|
||||||
'thefuck',
|
'thefuck',
|
||||||
'thunderbird',
|
'thunderbird',
|
||||||
'tig',
|
'tig',
|
||||||
|
@ -90,7 +72,6 @@ class yaourt::packages () {
|
||||||
'ttf-ms-fonts',
|
'ttf-ms-fonts',
|
||||||
'ttf-wps-fonts',
|
'ttf-wps-fonts',
|
||||||
'variety',
|
'variety',
|
||||||
'vbam-gtk',
|
|
||||||
'vim',
|
'vim',
|
||||||
'virtualbox',
|
'virtualbox',
|
||||||
'vivaldi',
|
'vivaldi',
|
||||||
|
@ -100,15 +81,13 @@ class yaourt::packages () {
|
||||||
'vundle',
|
'vundle',
|
||||||
'wps-office',
|
'wps-office',
|
||||||
'wps-office-extension-english-uk-dictionary',
|
'wps-office-extension-english-uk-dictionary',
|
||||||
'yandex-browser-beta',
|
|
||||||
'yaourt',
|
'yaourt',
|
||||||
'yubikey-neo-manager',
|
'yubikey-manager',
|
||||||
'yubikey-personalization-gui',
|
'yubikey-personalization-gui',
|
||||||
'zeal',
|
'zeal',
|
||||||
'zsh',
|
'zsh',
|
||||||
'zsh-completions',
|
'zsh-completions',
|
||||||
'zsh-doc'
|
'zsh-doc'
|
||||||
|
|
||||||
]:
|
]:
|
||||||
ensure => latest
|
ensure => latest
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue