Commit Graph

266 Commits

Author SHA1 Message Date
ViViDboarder 6a873e8476 Add ctrp bindings from vim-settings 2014-08-28 15:46:44 -07:00
ViViDboarder 6bb2bde3fb Update to latest vim-settings. This is tedious... 2014-08-28 15:25:25 -07:00
ViViDboarder 1a6ac7fe16 Update linux config 2014-08-28 15:23:48 -07:00
ViViDboarder 4d54b5f61d Clean PS1 2014-08-28 15:21:22 -07:00
ViViDboarder ed3bcdf084 Initial cleanup commit 2014-08-08 13:53:21 -07:00
Carl Mercier f9ec8d776a Merge pull request #6 from dmahlow/bash_as_default
Set bash as default shell for created users.
2013-03-31 07:33:39 -07:00
Daniel Mahlow 462d78506c Set bash as default shell for created users. 2013-03-31 12:04:07 +02:00
Carl Mercier a040041a98 Merge pull request #5 from dmahlow/sanitize_install_arguments
Sanitize is_installed/set_installed arguments.
2013-03-30 09:37:03 -07:00
Daniel Mahlow cfe26e4cb5 Sanitize is_installed/set_installed arguments. 2013-03-30 14:23:43 +01:00
Carl Mercier 88fdfee202 Merge pull request #3 from adam12/fix/shoestrap_base
Fix reference to $SHOESTRAP_BASE variable.
2013-02-27 11:13:38 -08:00
Adam Daniels b56566bf63 Fix reference to $SHOESTRAP_BASE variable.
Condition was always evaluating as false, and if SHOESTRAP_BASE
was undefined (as per default), recipes would not be found.
2013-02-27 13:58:03 -05:00
Carl Mercier 153bfb1bd7 Merge pull request #2 from adam12/fix/apt-commands
Fix commands for apt package manager.
2013-02-23 09:46:56 -08:00
Adam Daniels 5c11895dd7 Fix commands for apt package manager.
Force yes when performing apt-get install. Even though we provide
noninteractive, apt still prompts in some situations.

Grep dpkg-query when checking if package is installed. In some cases,
dpkg -l will exit 0 if the package exists, but is not in an installed
state.
2013-02-23 12:37:51 -05:00
Carl Mercier 3f93010eaa Merge pull request #1 from mrscotty/develop
Add SHOESTRAP_BASE environment variable
2012-11-19 07:33:48 -08:00
Scott T. Hardin 1befe67317 Add SHOESTRAP_BASE environment variable
This adds SHOESTRAP_BASE to helpers/default, which
allows the cookbook file to be stored separately from
the rest of the shoestrap stuff, making the shoestrap
directory less cluttered. For example:

Old way:

  (cd /shoestrap && ./test1.book)

New way (with cookbook moved to subdirectory 'books/'):

  (cd /shoestrap && SHOESTRAP_BASE=/shoestrap ./books/test1.book)
2012-11-19 13:40:53 +01:00
Carl Mercier dfab18817e initial commit 2012-03-21 16:05:28 -04:00