Commit Graph

92 Commits

Author SHA1 Message Date
ViViDboarder 80fdcb2894 Shorter hostnames 2015-08-26 14:31:05 -07:00
ViViDboarder f866f6a2ea Fix go paths 2015-08-26 14:29:56 -07:00
ViViDboarder a58a9a3496 Update fish prompt
Adding lots of good stuff for colors and host names
2015-08-26 14:29:57 -07:00
ViViDboarder 618a2b1b83 Fix python support in nvim for Ubuntu 2015-08-13 22:37:24 -07:00
ViViDboarder 90f29722b2 Add notify functions to fish shell 2015-07-06 09:23:17 -07:00
ViViDboarder c51c17e15d Move neovim recipe to the right place 2015-06-30 21:53:17 -07:00
ViViDboarder ec59aa3d28 Fix usage of default shell in tmux 2015-06-12 17:39:22 -07:00
ViViDboarder 80dc29e5ac Fix path vars 2015-06-12 17:34:49 -07:00
ViViDboarder 655c877c58 Prevent virtualenv from modifying fish shell 2015-06-10 17:16:51 -07:00
ViViDboarder 019f3b7b75 fix path 2015-06-05 13:32:57 -07:00
ViViDboarder a86c0f1f63 Add more aliases 2015-06-05 12:19:43 -07:00
ViViDboarder 780920827e Add paths for fish 2015-06-05 12:19:43 -07:00
ViViDboarder b91d29c4f0 Better install of fish 2015-06-05 11:21:15 -07:00
ViViDboarder ef487389e5 Clean up vim-settings install 2015-06-03 13:57:44 -07:00
ViViDboarder f4d7fa908e Neovim recipe 2015-06-03 13:57:44 -07:00
ViViDboarder b0234e7d76 Add fish recipe 2015-06-03 13:57:44 -07:00
ViViDboarder d5beb3623a Default Helpers: allow link on full directories 2015-06-03 13:57:44 -07:00
ViViDboarder 0c04d66549 Update tmux conf 2015-06-03 13:57:43 -07:00
ViViDboarder e88a9eded7 Simplify tmux splits 2015-04-08 11:36:52 -07:00
ViViDboarder e49a8009af Add virtualenv to PS1 2015-04-08 11:36:52 -07:00
ViViDboarder a37ec4100f Some tmux updates 2015-03-25 23:04:24 -07:00
ViViDboarder 921ebb8e8d More tmux 2014-11-10 13:08:09 -08:00
ViViDboarder b88282a451 Update vim-settings and add tmux-navigator and tmux-line support 2014-11-04 10:21:02 -08:00
ViViDboarder ff7205774a Fix for old tmux versions 2014-11-04 10:12:56 -08:00
ViViDboarder 0363735939 Add tmux improvements for version testing 2014-11-04 09:40:18 -08:00
ViViDboarder 70f5fe4ffe Cleanup 2014-11-03 17:57:02 -08:00
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