Commit graph

466 commits

Author SHA1 Message Date
Cyryl Płotnicki-Chudyk 711ebfcc80 Merge remote-tracking branch 'origin/master' into dockerize_debian_tests 2016-07-01 12:01:58 +02:00
Cyryl Płotnicki-Chudyk 8c9bdd1f33 oh-my-zsh upgrade 2016-07-01 11:59:39 +02:00
Cyryl Płotnicki-Chudyk 2c9fe9ee3b compile vim only after all other configs done 2016-06-24 15:55:29 +02:00
Cyryl Płotnicki-Chudyk b172bcdce5 try both places where rvm env might reside 2016-06-24 15:50:28 +02:00
Cyryl Płotnicki-Chudyk 4f3feb80dd do not fail the whole installation if one of the package install retries fails 2016-06-24 15:13:45 +02:00
Cyryl Płotnicki-Chudyk 7bba9e1d3f retry package installation 3 times 2016-06-24 15:03:55 +02:00
Cyryl Płotnicki-Chudyk 70bc0caef9 corrected paths to copy the temp files to in bunsen tests 2016-06-24 14:51:49 +02:00
Cyryl Płotnicki-Chudyk 58c5e3f9d8 fixed script path for the bunsen test scripts 2016-06-24 14:49:55 +02:00
Cyryl Płotnicki-Chudyk aa96621bcf added missing execution permissions to the bunsen scripts 2016-06-24 14:48:11 +02:00
Cyryl Płotnicki-Chudyk 7d5db6c9e2 do not use mounted directory direclty in docker 2016-06-24 14:46:12 +02:00
Cyryl Płotnicki-Chudyk 66c479c1a0 fix settign the build variables 2016-06-24 11:15:58 +02:00
Cyryl Płotnicki-Chudyk 1ce1020dfd added missing semicolon to the apt config 2016-06-24 11:03:35 +02:00
Cyryl Płotnicki-Chudyk 624c3bc72b use apt.conf.d for the retries config 2016-06-24 11:00:08 +02:00
Cyryl Płotnicki-Chudyk b26b3d8bbf try to discover travis' apt config 2016-06-24 10:55:49 +02:00
Cyryl Płotnicki-Chudyk 338b9e7007 try to tretry failed downloads in apt 2016-06-24 10:53:23 +02:00
Cyryl Płotnicki-Chudyk 49faa93fc1 fixed syntax error in bunsen install script 2016-06-23 20:28:05 +02:00
Cyryl Płotnicki-Chudyk da075a057d do not start tor on CI 2016-06-23 20:10:12 +02:00
Cyryl Płotnicki-Chudyk fb0256ebf5 fix missing packages when installing base list on bunsen 2016-06-23 19:56:13 +02:00
Cyryl Płotnicki-Chudyk 799033c069 fail earlier on installing packages for bunsen 2016-06-23 19:39:03 +02:00
Cyryl Płotnicki-Chudyk ef136e67ee actually try running docker instead of the test script 2016-06-23 19:30:17 +02:00
Cyryl Płotnicki-Chudyk f9564aa007 tell travis to grant us access to docker 2016-06-23 19:28:52 +02:00
Cyryl Płotnicki-Chudyk d58d7b47fa made travis execute the initial bunsen test as default 2016-06-23 19:25:59 +02:00
Cyryl Płotnicki-Chudyk fd45854559 basic test script to use in docker, for bunsen 2016-06-23 19:24:55 +02:00
Cyryl Płotnicki-Chudyk 96a40626e7 removed pure debian installation, as supporting only bunsen now 2016-06-23 19:24:20 +02:00
Cyryl Płotnicki-Chudyk 4dde20eafa install gimp and transmission on Fedora by default 2016-06-18 19:45:40 +02:00
Cyryl Płotnicki-Chudyk 48489827cb use bold font in terminator 2016-06-05 15:10:28 +02:00
Cyryl Płotnicki-Chudyk 9cfc53ffb5 Merge pull request #1 from cyplo/allow_multiple_runs
allow multiple runs of the configure script
2016-06-04 10:36:14 +02:00
Cyryl Płotnicki-Chudyk d8de09e8b7 try uninstalling if existing cargo package exists 2016-06-04 10:11:36 +02:00
Cyryl Płotnicki-Chudyk a206d5c5de follow redirects when fetching rvm installer 2016-06-04 09:49:36 +02:00
Cyryl Płotnicki-Chudyk b19c749f48 removing clippy from the default install as it fails to build on stable rust 2016-06-04 09:22:25 +02:00
Cyryl Płotnicki-Chudyk 0b3c32ff23 env var setting extracted out to allow use in the common configuration script 2016-06-04 09:12:19 +02:00
Cyryl Płotnicki-Chudyk 7a6027677a use rustup instead of multirust 2016-06-04 08:59:40 +02:00
Cyryl Płotnicki-Chudyk bcaa45f2d8 do not use old gpg for rvm's key verification 2016-05-30 11:30:39 +02:00
Cyryl Płotnicki-Chudyk 06d408ce26 exclude quickfix from the buffer list in vim 2016-05-30 10:16:52 +02:00
Cyryl Płotnicki-Chudyk 12da1074af use /tmp as the vim build dir 2016-05-18 15:14:27 +02:00
Cyryl Płotnicki-Chudyk 20319f7bfd fixed an issue where config on bunsen would fail due to vim compilation being in another directory 2016-05-18 14:46:54 +02:00
Cyryl Płotnicki-Chudyk 250dfff3d9 new resolution support in kdiff3's config 2016-05-18 14:41:15 +02:00
Cyryl Płotnicki-Chudyk ab24761d7a added kdiff3 to the bunsen config 2016-05-18 14:40:16 +02:00
Cyryl Płotnicki-Chudyk 432ba256fb Merge branch 'master' of github.com:cyplo/dotfiles
Conflicts:
	bunsen/configure_fresh_system
2016-05-18 14:39:33 +02:00
Cyryl Płotnicki-Chudyk 807e17bb5c add regular cargo installation to the PATH as well 2016-05-16 10:53:57 +02:00
Cyryl Płotnicki-Chudyk 9ce37a933b rustfmt enabled by default 2016-05-15 22:59:29 +02:00
Cyryl Płotnicki-Chudyk 3e9bb6a8df save all files when running tests in vim 2016-05-15 22:16:29 +02:00
Cyryl Płotnicki-Chudyk 850cd8671e new rust.vim 2016-05-15 22:13:24 +02:00
Cyryl Płotnicki-Chudyk b1fe2a30f6 Rust cargo bindings, using Dispatch as well 2016-05-15 21:38:20 +02:00
Cyryl Płotnicki-Chudyk 6af8b6afa0 install vim from sources on bunsen 2016-05-15 18:14:22 +02:00
Cyryl Płotnicki-Chudyk c535279f95 add retext to bunsen 2016-05-11 14:13:59 +02:00
Cyryl Płotnicki-Chudyk 9f997eac70 added keepass to bunsen 2016-05-03 21:39:18 +02:00
Cyryl Płotnicki-Chudyk ce769c1c6b using DejaVu font as default in terminator 2016-05-03 20:52:31 +02:00
Cyryl Płotnicki-Chudyk 0c2437d46e bunsen's conkyrc added 2016-05-03 20:20:46 +02:00
Cyryl Płotnicki-Chudyk 82250f8637 smaller font size for the terminal window 2016-05-03 20:20:29 +02:00