Commit Graph

261 Commits

Author SHA1 Message Date
MorganGeek
3738f1cb7b skip interactive vim install 2020-07-05 08:52:38 +02:00
MorganGeek
d5a5a180a3 split bootstrap logic 2020-07-05 08:45:22 +02:00
MorganGeek
74319d622c load global git config early 2020-07-03 12:10:57 +02:00
MorganGeek
7fde8a6578 redirect github https urls 2020-07-03 12:09:33 +02:00
MorganGeek
d03e4f65b8 reduce code duplication for detecting macos 2020-07-03 11:38:59 +02:00
MorganGeek
12df752a95 always exclude gitignore 2020-07-03 11:33:04 +02:00
MorganGeek
1b5dbc0aa8 use env variables to find home folder 2020-07-03 11:31:33 +02:00
MorganGeek
967fd46455 apps setup must occur first 2020-07-03 11:30:44 +02:00
MorganGeek
2aed87a6ec GitHub Actions cannot access app store 2020-07-03 11:28:11 +02:00
MorganGeek
8bc12c4a70 force using Code folder inside home dir 2020-06-29 18:45:59 +02:00
MorganGeek
068ed6a9b3 force using Code folder inside home dir 2020-06-29 18:42:57 +02:00
MorganGeek
57cae533b4 force using Code folder inside home dir 2020-06-29 18:38:51 +02:00
MorganGeek
d02cd7d932 force using Code folder inside home dir 2020-06-29 18:36:16 +02:00
MorganGeek
410650677c force using $HOME folder as base dir 2020-06-29 18:26:36 +02:00
MorganGeek
adf6be522b fix git checkout path 2020-06-29 18:07:39 +02:00
MorganGeek
eb2d11966f fix GitHub CI syntax for checkout path 2020-06-29 18:05:51 +02:00
MorganGeek
e299ebef7e add GitHub CI pipeline 2020-06-29 18:00:46 +02:00
MorganGeek
7c1f1f8bf2 jenkins pre-commit-hooks + aliases for git+brew 2020-06-29 13:34:06 +02:00
MorganGeek
36722b7086 disable secrets versioning 2020-06-29 10:08:35 +02:00
MorganGeek
f1e6fe7c0f git alias and ansible-vault hack
- git alias to push to all remote whatever their name is
- ansible-vault hack to print all secret strings from a ansible file
  with a mix of secrets and cleartext informations
2020-06-24 16:59:50 +02:00
MorganGeek
409b3695f8 add bitwarden security aliases 2020-06-24 15:21:13 +02:00
MorganGeek
9e5c369133 secrets, jenkins tricks and productivity
- created jenkins file linter script
- created vim script for validating jenkinsfiles
- adapt all configs to use secrets
- load secrets from hidden file
+ vim script
- tune vim (plugins - icons/fonts/features...)
- new aliases (music, jira, git, ...)
2020-06-24 09:51:04 +02:00
MorganGeek
cf026f47a4 music aliases (baton) 2020-06-21 12:55:38 +02:00
MorganGeek
0c78491ca0 Merge branch 'master' of github.com:MorganGeek/dotfiles 2020-06-21 12:39:19 +02:00
MorganGeek
0fceab1771 sync 2020-06-21 12:38:50 +02:00
Morgan
dc5b69bca8
Merge pull request #6 from MorganGeek/dependabot/pip/bleach-3.1.4
Bump bleach from 3.1.1 to 3.1.4
2020-05-22 07:51:21 +02:00
Morgan
ad13f32a20
Merge pull request #7 from MorganGeek/dependabot/pip/httplib2-0.18.0
Bump httplib2 from 0.14.0 to 0.18.0
2020-05-22 07:51:09 +02:00
dependabot[bot]
906fdab44c
Bump httplib2 from 0.14.0 to 0.18.0
Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.14.0 to 0.18.0.
- [Release notes](https://github.com/httplib2/httplib2/releases)
- [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG)
- [Commits](https://github.com/httplib2/httplib2/compare/v0.14.0...v0.18.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-20 17:23:24 +00:00
Morgan Wattiez
20a3ab902d Brewfile edited online with Bitbucket 2020-04-30 06:49:15 +00:00
Morgan Wattiez
025a2a5d0e Brewfile edited online with Bitbucket 2020-04-30 06:47:26 +00:00
Morgan Wattiez
3113009d7f Brewfile edited online with Bitbucket 2020-04-30 06:46:08 +00:00
Morgan Wattiez
070665e75c Brewfile edited online with Bitbucket 2020-04-30 06:44:06 +00:00
Morgan Wattiez
18fda3795b Test online edition 2020-04-30 06:28:08 +00:00
dependabot[bot]
54cedd5ae9
Bump bleach from 3.1.1 to 3.1.4
Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.1 to 3.1.4.
- [Release notes](https://github.com/mozilla/bleach/releases)
- [Changelog](https://github.com/mozilla/bleach/blob/master/CHANGES)
- [Commits](https://github.com/mozilla/bleach/compare/v3.1.1...v3.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-31 05:46:56 +00:00
MorganGeek
4c77db0b31 update pre-commit + add terragrunt fmt 2020-03-20 11:52:35 +01:00
MorganGeek
ce894dba75 update twitter search + powerlevel10k install mode 2020-03-14 15:36:24 +01:00
MorganGeek
b5c0379783 Upgrade bleach to fix security advisory
- https://github.com/advisories/GHSA-q65m-pv3f-wr5r
2020-03-07 10:12:21 +01:00
MorganGeek
d2e65b5aaf add hyperfine CLI benchmark tool 2020-03-07 09:55:56 +01:00
MorganGeek
a111ae0168 more git/docker/http CLI friendly tools/aliases
- also thank you Kevin
2020-03-06 12:19:52 +01:00
MorganGeek
dd01934403 alias for terraform 2020-02-25 22:48:20 +01:00
MorganGeek
081e33143c tuning my dev env with more tools 2020-02-22 16:31:41 +01:00
MorganGeek
1732ed5cd2 enable pre-commit 2020-02-15 15:16:45 +01:00
MorganGeek
c2259c5783 add popeye k8s sanity analyser 2020-02-13 22:07:19 +01:00
MorganGeek
cef8a21ebe time to upgrade bash 2020-02-13 07:37:28 +01:00
MorganGeek
89e0ec82cd add GitHub CLI 2020-02-12 21:01:12 +01:00
MorganGeek
8a061eb74f alias for tree 2020-02-08 11:36:07 +01:00
MorganGeek
e934a93c65 switch to powerlevel10k and install misc utilities 2020-02-08 11:23:45 +01:00
MorganGeek
4a251ace1e install sherlock for exploring social networks 2019-12-01 18:39:47 +01:00
MorganGeek
b9adf10daf fix permission denied for running centos.sh 2019-12-01 17:49:54 +01:00
MorganGeek
b93ff20054 fix shellchecks warnings + stop using brew in Linux 2019-12-01 17:21:08 +01:00