Skip to content

Instantly share code, notes, and snippets.

@rlb3
Last active December 15, 2015 12:49
Show Gist options
  • Select an option

  • Save rlb3/5262616 to your computer and use it in GitHub Desktop.

Select an option

Save rlb3/5262616 to your computer and use it in GitHub Desktop.
(setq rlb3/required-packages
(list 'ack-and-a-half
'alert
'apache-mode
'cl-lib
'cperl-mode
'crontab-mode
'ctags
'ctags-update
'cyberpunk-theme
'dash
'delim-kill
'diminish
'ecukes
'elisp-slime-nav
'espuds
'exec-path-from-shell
'expand-region
'flycheck
'gh
'gist
'git-commit-mode
'git-gutter
'gitconfig-mode
'gitignore-mode
'guru-mode
'helm
'helm-git
'helm-projectile
'inf-ruby
'logito
'magit
'magithub
'markdown-mode
'melpa
'multiple-cursors
'nav
'paredit
'pcache
'projectile
'rainbow-delimiters
'rainbow-mode
'ruby-end
'ruby-tools
's
'scss-mode
'solarized-theme
'undo-tree
'volatile-highlights
'writegood-mode
'yalinum
'yaml-mode
'yari
'yasnippet
'zenburn-theme))
(dolist (package rlb3/required-packages)
(when (not (package-installed-p package))
(package-refresh-contents)
(package-install package)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment