Commit Graph

263 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
7d2680827d Initial plan for issue 2025-06-04 13:54:43 +00:00
1854200740 Merge pull request #50 from andrejusk/zsh
Zsh
2025-06-03 00:13:00 +01:00
1874c8ec99 fix: time shadowing 2025-06-03 00:11:26 +01:00
04d44c1601 fix: add node to path 2025-06-02 23:10:22 +01:00
9b23394145 feat: install, logging improvements 2025-06-02 22:24:32 +01:00
c942a8b9ff fix: move inits to profile 2025-05-31 23:56:31 +01:00
c35557e8a0 fix: logging improvements 2025-05-31 22:56:26 +01:00
ba421f8024 fix: redis-client binary 2025-05-31 22:47:29 +01:00
30035f32e6 fix(agent): yellow os-type skips 2025-05-31 22:36:51 +01:00
432207808a fix(agent): log non-darwin installs 2025-05-31 22:26:50 +01:00
ed89ec3af4 fix: check if gpg keyrings exist 2025-05-31 21:49:31 +01:00
48f557cd13 Merge remote-tracking branch 'origin/master' into zsh 2025-05-21 09:25:55 +03:00
ee88873619 Merge pull request #48 from andrejusk/dependabot/github_actions/actions/checkout-4.2.2 2025-05-20 22:11:37 +03:00
7ea27bd35f fix: tests 2025-05-20 00:14:06 +03:00
442f6e12c8 fix: dockerfile 2025-05-19 23:55:38 +03:00
587ebd579e feat: log times in install 2025-05-19 23:21:21 +03:00
755054c11e feat: prompt setup improvements 2025-05-19 23:10:26 +03:00
11e2bc95a7 fix: installs
- skip docker setup
- no sudo in stow
- brew variables
- ssh logs
- node 20->22
2025-05-19 23:09:17 +03:00
82aa058ef5 feat: drop p10k/zsh plugins 2025-05-16 18:22:49 +03:00
3e575b9fab fix: remove terraform dependabot entry 2025-05-16 18:22:14 +03:00
001f147594 Merge pull request #49 from andrejusk/add-appcleaner
Add AppCleaner to macOS install
2024-12-04 12:48:40 +00:00
Andrejus Kostarevas
69bbac50ec Add AppCleaner to macOS install
Add script to install AppCleaner on macOS using Homebrew.

* Create `script/install.d/76-appcleaner.sh` to check if AppCleaner is already installed and install it if not
* Print a message indicating whether AppCleaner is already installed or has been installed

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/andrejusk/dotfiles?shareId=XXXX-XXXX-XXXX-XXXX).
2024-12-04 12:48:18 +00:00
40a1e87a34 fix: add github .gitconfig entries 2024-11-30 17:05:58 +00:00
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