summaryrefslogtreecommitdiff
path: root/manifests/workstation.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/workstation.pp')
-rw-r--r--manifests/workstation.pp37
1 files changed, 37 insertions, 0 deletions
diff --git a/manifests/workstation.pp b/manifests/workstation.pp
index a60973f..7a92e2b 100644
--- a/manifests/workstation.pp
+++ b/manifests/workstation.pp
@@ -44,7 +44,44 @@ class profiles::workstation (
}}),
}
+ # Packages I almost certainly want
+ ensure_packages([
+ 'bash-completion',
+ 'cloc',
+ 'ctags',
+ 'ed',
+ 'git',
+ 'htop',
+ 'moreutils',
+ 'vi',
+ 'wget',
+ 'curl',
+ ])
+
+ # Packages I want for most system
+ ensure_packages([
+ 'direnv',
+ 'elinks',
+ 'ghc-libs',
+ 'highlight',
+ 'imagemagick',
+ 'isync',
+ 'mpc',
+ 'mutt',
+ 'ncmpc',
+ 'nmap',
+ 'pass',
+ 'pass-otp',
+ 'python-pip', # version depending on system?
+ 'ranger',
+ 'sshuttle',
+ 'valgrind',
+ 'weechat',
+ ])
+
+
include ::profiles::cowsay
+ include ::profiles::tex
include ::profiles::sudo
include ::profiles::mounts
}