Sha256: 62eba2cf23c6aa0270c8ba00d3a2cc874fef41e7ff0ee09a38bc09ed0f1a83b6
Contents?: true
Size: 778 Bytes
Versions: 5
Compression:
Stored size: 778 Bytes
Contents
# frozen_string_literal: true module VpsCli class Packages LANGUAGES = %w[python3 python3-pip python-dev python3-dev python-pip python3-neovim nodejs golang ruby ruby-dev].freeze TOOLS = %w[curl tmux git vim zsh sqlite3 ctags rdoc libsqlite3-dev openssh-client openssh-server dconf-cli gnome-terminal postgresql pry rubygems fail2ban neovim asciinema docker mosh yarn silversearcher-ag virtualbox].freeze LIBS = %w[libssl1.0-dev libcurl4-openssl-dev libxml2-dev].freeze GEMS = %w[colorls neovim rake pry rubocop gem-ctags rails yard thor bundler solargraph].freeze UBUNTU = LANGUAGES.dup.concat(TOOLS).concat(LIBS) end end
Version data entries
5 entries across 5 versions & 1 rubygems