From ec413c78f6999adfe9f7aaa21a495b40070291f6 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 25 Nov 2012 08:25:05 -0800 Subject: [PATCH] Move vim to console tools do not put vim in base, for basic non compiler and non build tools, we now have @Console Tools --- patterns/base.yaml | 1 - patterns/console-tools.yaml | 16 ++++++++++++++++ patterns/development.yaml | 1 + 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 patterns/console-tools.yaml diff --git a/patterns/base.yaml b/patterns/base.yaml index c958d15..b0613e4 100644 --- a/patterns/base.yaml +++ b/patterns/base.yaml @@ -19,7 +19,6 @@ Packages: - bash - coreutils - rpm -- vim - tar - gzip - curl diff --git a/patterns/console-tools.yaml b/patterns/console-tools.yaml new file mode 100644 index 0000000..ddc583f --- /dev/null +++ b/patterns/console-tools.yaml @@ -0,0 +1,16 @@ +Description: Console Tools +Name: console-tools +Packages: +- zip +- vim +- unzip +- less +- xz +- gdb +- nano +- strace +- diffutils +- patch +- findutils +- wdiff +Summary: Console Tools diff --git a/patterns/development.yaml b/patterns/development.yaml index d2664c9..8ed041b 100644 --- a/patterns/development.yaml +++ b/patterns/development.yaml @@ -30,4 +30,5 @@ Packages: - findutils - wdiff - nasm +- vim Summary: Development -- 2.7.4