Commit Graph

340 Commits

Author SHA1 Message Date
a0e717d9d6 feat: install docker, skip on wsl 2024-11-30 17:05:51 +00:00
211804c95b feat: install ca-certificates 2024-11-30 17:05:42 +00:00
dependabot[bot]
7ffa7ca49a build(deps): bump actions/checkout from 4.1.7 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.7...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 05:14:41 +00:00
Andrejus Kostarevas
b7e9b70c4f Merge pull request #45 from andrejusk/fix-cmatrix-install-script
Adjust the cmatrix install script to not run if running in a GitHub Codespace
2024-08-05 20:49:45 +01:00
Andrejus Kostarevas
fa5736a44d Adjust the cmatrix install script to not run if running in a GitHub Codespace
Add a check to skip `cmatrix` installation if running in a GitHub Codespace.

* **Check for GitHub Codespace**: Add a check for the `CODESPACES` environment variable at the beginning of the script.
* **Skip Installation**: Skip the installation of `cmatrix` if the `CODESPACES` environment variable is set.
* **Informative Message**: Add a message indicating that the installation is being skipped due to running in a GitHub Codespace.
2024-08-05 20:48:49 +01:00
b4f937aa67 Merge pull request #44 from andrejusk/dependabot/github_actions/actions/checkout-4.1.7
build(deps): bump actions/checkout from 4.1.6 to 4.1.7
2024-07-02 14:44:18 +01:00
dependabot[bot]
97d18de5ba build(deps): bump actions/checkout from 4.1.6 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 05:56:41 +00:00
b09c2673d1 Merge pull request #39 from andrejusk/dependabot/pip/tests/black-24.3.0
build(deps-dev): bump black from 21.12b0 to 24.3.0 in /tests
2024-06-27 12:42:16 +01:00
2e5eb07890 feat: Install Arc 2024-06-27 12:41:49 +01:00
c7e6d9d741 fix: macOS Graphite appearance 2024-06-27 12:28:20 +01:00
73a218ab2b fix: run lint 2024-06-27 12:27:56 +01:00
3061335967 Merge branch 'master' into dependabot/pip/tests/black-24.3.0 2024-06-27 11:23:09 +01:00
d10dc2b185 Merge pull request #43 from andrejusk/dependabot/github_actions/actions/checkout-4.1.6
build(deps): bump actions/checkout from 4.1.1 to 4.1.6
2024-06-27 11:21:44 +01:00
468a9766d9 feat: install azure cli 2024-06-24 17:44:08 +01:00
26858669a8 fix: print gh cli version 2024-06-24 17:44:00 +01:00
531fd18888 feat: mac dock and finder 2024-06-21 18:51:30 +01:00
b8894d4fb3 feat: add macos config 2024-06-21 11:36:20 +01:00
9e02205ca2 feat: add zip aliases 2024-06-21 10:14:34 +01:00
36060c133a feat: install dockutil 2024-06-21 10:13:50 +01:00
e728ed98a3 feat: bump install names 2024-06-20 18:32:44 +01:00
94c298a26f feat: move out aliases 2024-06-20 18:32:34 +01:00
983caa83dd feat: allow specific install targets 2024-06-20 18:32:26 +01:00
9ee405e26a fix: codespaces ssh 2024-06-19 11:19:18 +01:00
34e5b00055 feat: install cmatrix 2024-06-08 15:40:57 +01:00
ffe6964945 fix: dots install alias 2024-06-08 15:14:04 +01:00
67a10c0dd0 feat: install betterdisplay 2024-06-08 15:13:59 +01:00
e2555d931c fix: brew install logs 2024-06-08 15:12:07 +01:00
bd04736442 fix: disable omz auto update 2024-06-08 15:11:51 +01:00
7d74d07873 feat: install meetingbar 2024-06-08 15:11:40 +01:00
dependabot[bot]
71afafbd1e build(deps): bump actions/checkout from 4.1.1 to 4.1.6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.1.6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 05:33:47 +00:00
dependabot[bot]
b538c4dcca build(deps-dev): bump black from 21.12b0 to 24.3.0 in /tests
Bumps [black](https://github.com/psf/black) from 21.12b0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits/24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 16:10:03 +00:00
e1fb57250c fix: readlink 2024-03-14 23:22:56 +00:00
2e548754ae fix: install script readlink 2024-03-14 22:18:08 +00:00
5a95e9e9b4 test: pipx 2024-03-14 22:17:41 +00:00
b06c95d9b4 feat: docker and redis setup, tests 2024-03-14 22:07:48 +00:00
Andrejus Kostarevas
7c33e9b886 Merge pull request #33 from andrejusk/feat/next
Feat/next
2024-03-11 00:22:27 +00:00
be1ab0be7e feat: rectangle app, mac install bump 2024-03-08 12:07:09 +00:00
3e607a4b1f feat: bookworm image, docker tests pass 2024-03-08 12:03:53 +00:00
02afe496d5 feat: debian install, docker tests 2024-03-08 11:34:37 +00:00
d9283511a3 feat: debian setup, codepsaces install 2024-03-08 00:04:34 +00:00
858f791afd feat: path and log improvements 2024-03-07 22:25:26 +00:00
7d6d8ae90a fix: unattended first install on mac 2024-03-07 20:30:31 +00:00
e6a7bec30d feat: mac install support 2024-03-07 19:33:24 +00:00
c0ce6ea961 feat: installer and logging 2024-03-07 01:51:14 +00:00
1d574b0d63 feat: brew and apt packages 2024-03-07 01:43:25 +00:00
f638492ce6 feat: apt package filter 2024-03-07 01:43:05 +00:00
d8c4d07a8e feat: zsh config 2024-03-07 01:42:48 +00:00
25cd4dba5e feat: dir, install changes 2024-03-03 21:07:05 +00:00
3c5b255bcf feat: bump docs 2024-03-03 21:06:00 +00:00
Andrejus Kostarevas
f08d7d4b56 feat: bump .profile
conditional path settings,
clear up local variables,
bump node to iron lts,
doc and spacing updates
2024-03-03 17:00:26 +00:00