dotfiles/modules/yaourt/manifests/packages.pp

102 lines
1.9 KiB
ObjectPascal
Raw Normal View History

2017-08-12 14:01:40 +01:00
class yaourt::packages () {
package {[
2017-08-12 21:21:21 +01:00
'advanced-ssh-config',
'android-sdk',
'arduino',
'atom-editor-bin',
'autoenv-git',
'bcm20702a1-firmware',
'bleachbit',
'blender',
'bluez-firmware',
'catimg',
'clamtk',
'corebird',
'deluge',
'desmume',
2017-08-12 23:34:29 +01:00
'dex',
2017-08-12 21:21:21 +01:00
'filezilla',
'fonts-meta-extended-lt',
'freac',
'gimp',
'glogg',
'gnome-shell-extension-drop-down-terminal-git',
'gnome-shell-extension-laine-git',
'gnome-shell-extension-put-window-git',
'gnome-shell-extension-topicons-plus',
'gnome-shell-mousewheel-zoom',
'google-earth',
'gparted',
'handbrake',
'hexchat',
'hipchat',
'htop',
2017-08-12 23:34:29 +01:00
'i3blocks',
'i3lock',
'i3status',
'i3lock-wrapper',
'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',
'postgresql',
'postman-bin',
'psensor',
'pyenv',
'pyenv-virtualenv',
'python-pip',
'python-virtualenv',
'python2-pip',
'python2-virtualenv',
'redis',
'screenfetch',
'sl',
'slack-desktop',
'spotify',
'steam',
'sublime-text-dev',
'terminator',
'thefuck',
'thunderbird',
'tig',
'ttf-emojione-color',
'ttf-google-fonts-git',
'ttf-ms-fonts',
'ttf-wps-fonts',
2017-08-12 23:34:29 +01:00
'twmn-git',
2017-08-12 21:21:21 +01:00
'variety',
'vim',
'virtualbox',
'vivaldi',
'vivaldi-ffmpeg-codecs',
'vivaldi-widevine',
'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
]:
ensure => latest
}
}