dotfiles/manifests/packages.pp

115 lines
2.0 KiB
ObjectPascal
Raw Normal View History

2017-10-15 20:38:56 +01:00
node default {
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',
2017-10-11 22:02:17 +01:00
'archstrike-keyring',
2017-08-12 21:21:21 +01:00
'arduino',
'atom-editor-bin',
'bcm20702a1-firmware',
'bleachbit',
'blender',
'bluez-firmware',
2017-10-30 09:13:11 +00:00
'brave-bin',
'calibre',
'caret-bin',
2017-08-12 21:21:21 +01:00
'catimg',
'clamtk',
'corebird',
2017-10-19 13:30:22 +01:00
'compton',
2017-08-12 21:21:21 +01:00
'deluge',
2017-08-12 23:34:29 +01:00
'dex',
2017-08-17 18:49:24 +01:00
'dunst',
2017-10-22 15:14:28 +01:00
'etcher',
'etcher-cli',
2017-10-30 09:13:11 +00:00
'feedreader-git',
2017-10-19 13:30:22 +01:00
'feh',
2017-08-12 21:21:21 +01:00
'filezilla',
2017-10-30 09:13:11 +00:00
'firefox',
'firefox-developer',
2017-08-12 21:21:21 +01:00
'fonts-meta-extended-lt',
'freac',
'gimp',
'glogg',
2017-11-06 21:36:35 +00:00
'google-earth-pro',
2017-08-12 21:21:21 +01:00
'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',
2017-10-19 20:14:22 +01:00
'intellij-idea-ultimate-edition',
'intellij-idea-ultimate-edition-jre',
'intellij-jdk',
2017-08-12 21:21:21 +01:00
'jdk',
'jshon',
2017-10-30 09:13:11 +00:00
'kdenlive',
'keybase-bin',
2017-08-12 21:21:21 +01:00
'kodi',
'libinput',
'libinput-gestures',
2017-10-22 15:16:33 +01:00
'lxpolkit-git',
2017-10-19 13:30:22 +01:00
'lxrandr',
2017-08-12 21:21:21 +01:00
'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-10-19 21:41:30 +01:00
'pacaur',
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',
2017-10-30 09:13:11 +00:00
'slack-term',
2017-08-12 21:21:21 +01:00
'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',
'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-10-30 09:13:11 +00:00
'turtl',
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',
2017-10-30 09:13:11 +00:00
'whatsie',
2017-08-12 21:21:21 +01:00
'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 => installed
2017-08-12 14:01:40 +01:00
}
}