2017-10-08 17:42:04 +01:00
|
|
|
class yaourt::packages () {
|
2017-08-12 14:01:40 +01:00
|
|
|
package {[
|
2017-08-13 16:06:49 +01:00
|
|
|
'acpi',
|
2017-08-12 21:21:21 +01:00
|
|
|
'advanced-ssh-config',
|
|
|
|
'arduino',
|
|
|
|
'atom-editor-bin',
|
|
|
|
'bcm20702a1-firmware',
|
|
|
|
'bleachbit',
|
|
|
|
'blender',
|
|
|
|
'bluez-firmware',
|
|
|
|
'catimg',
|
|
|
|
'clamtk',
|
|
|
|
'corebird',
|
|
|
|
'deluge',
|
2017-08-12 23:34:29 +01:00
|
|
|
'dex',
|
2017-08-17 18:49:24 +01:00
|
|
|
'dunst',
|
2017-08-12 21:21:21 +01:00
|
|
|
'filezilla',
|
|
|
|
'fonts-meta-extended-lt',
|
|
|
|
'freac',
|
|
|
|
'gimp',
|
|
|
|
'glogg',
|
|
|
|
'gnome-shell-mousewheel-zoom',
|
|
|
|
'google-earth',
|
|
|
|
'gparted',
|
|
|
|
'handbrake',
|
|
|
|
'hexchat',
|
|
|
|
'hipchat',
|
|
|
|
'htop',
|
2017-08-12 23:34:29 +01:00
|
|
|
'i3lock',
|
2017-08-14 08:32:49 +01:00
|
|
|
'i3status',
|
2017-08-13 20:15:14 +01:00
|
|
|
'i3status-rust',
|
2017-08-12 23:34:29 +01:00
|
|
|
'i3-gaps',
|
2017-08-12 21:21:21 +01:00
|
|
|
'ibus',
|
|
|
|
'ibus-uniemoji',
|
|
|
|
'inkscape',
|
|
|
|
'insync',
|
|
|
|
'insync-nautilus',
|
|
|
|
'jdk',
|
|
|
|
'jre',
|
|
|
|
'jshon',
|
|
|
|
'kodi',
|
|
|
|
'libinput',
|
|
|
|
'libinput-gestures',
|
|
|
|
'minecraft',
|
2017-08-12 23:04:16 +01:00
|
|
|
'nextcloud-client',
|
2017-08-12 21:21:21 +01:00
|
|
|
'nodejs',
|
|
|
|
'nvm',
|
|
|
|
'obs-studio',
|
|
|
|
'oh-my-zsh-git',
|
2017-10-10 08:46:40 +01:00
|
|
|
'onlyoffice-desktopeditors-portable',
|
2017-08-30 14:05:06 +01:00
|
|
|
'pac',
|
2017-08-12 21:21:21 +01:00
|
|
|
'postgresql',
|
|
|
|
'postman-bin',
|
|
|
|
'psensor',
|
|
|
|
'pyenv',
|
|
|
|
'pyenv-virtualenv',
|
|
|
|
'python-pip',
|
|
|
|
'python-virtualenv',
|
|
|
|
'python2-pip',
|
|
|
|
'python2-virtualenv',
|
|
|
|
'redis',
|
|
|
|
'screenfetch',
|
|
|
|
'sl',
|
|
|
|
'slack-desktop',
|
|
|
|
'spotify',
|
|
|
|
'steam',
|
2017-10-08 18:24:20 +01:00
|
|
|
'sublime-text',
|
2017-08-13 16:06:49 +01:00
|
|
|
'sysstat',
|
2017-08-12 21:21:21 +01:00
|
|
|
'terminator',
|
|
|
|
'thefuck',
|
|
|
|
'thunderbird',
|
|
|
|
'tig',
|
2017-10-08 17:34:31 +01:00
|
|
|
'tor-browser-en',
|
2017-08-12 21:21:21 +01:00
|
|
|
'ttf-emojione-color',
|
|
|
|
'ttf-google-fonts-git',
|
|
|
|
'ttf-ms-fonts',
|
|
|
|
'ttf-wps-fonts',
|
2017-08-30 14:05:22 +01:00
|
|
|
'tupload',
|
2017-08-12 23:34:29 +01:00
|
|
|
'twmn-git',
|
2017-08-12 21:21:21 +01:00
|
|
|
'variety',
|
|
|
|
'vim',
|
|
|
|
'virtualbox',
|
|
|
|
'vivaldi',
|
|
|
|
'vlc',
|
|
|
|
'vundle',
|
|
|
|
'wps-office',
|
|
|
|
'wps-office-extension-english-uk-dictionary',
|
|
|
|
'yaourt',
|
2017-08-12 23:04:16 +01:00
|
|
|
'yubikey-manager',
|
2017-08-12 21:21:21 +01:00
|
|
|
'yubikey-personalization-gui',
|
|
|
|
'zeal',
|
|
|
|
'zsh',
|
|
|
|
'zsh-completions',
|
|
|
|
'zsh-doc'
|
2017-08-12 14:01:40 +01:00
|
|
|
]:
|
2017-10-08 17:34:31 +01:00
|
|
|
ensure => installed
|
2017-08-12 14:01:40 +01:00
|
|
|
}
|
|
|
|
}
|