Commit Graph

78 Commits

Author SHA1 Message Date
Shaun Setlock
27ee0b81c3 Change working directory to workspace at the end of docker build.
All checks were successful
Build and Push Docker Image / build-push (push) Successful in 11s
v0.2.2
2025-06-29 16:34:55 -04:00
Shaun Setlock
1d1f63a451 Remove arm64 from gitea workflows. 2025-06-29 16:30:46 -04:00
Shaun Setlock
7be79aace7 Add lua script and hidden config file.
Some checks failed
Build and Push Docker Image / build-push (push) Failing after 47m23s
v0.2.1
2025-06-28 16:37:15 -04:00
Shaun Setlock
75c9903022 Add lua script and with keymap to toggle autocomplete. 2025-06-28 16:30:00 -04:00
251d8ef80d feature/implement_arm64_dotfiles#12 (#16)
Some checks failed
Build and Push Docker Image / build-push (push) Failing after 48m59s
Co-authored-by: Shaun Setlock <shaun@setlock.net>
Co-authored-by: Shaun Setlock <shaunsetlock@protonmail.com>
Reviewed-on: #16
v0.1.9 v0.2.0
2025-05-10 15:49:39 -04:00
bf98ed5fb9 Merge pull request 'Added arm build step to nightly.' (#15) from feature/implement_arm64_dotfiles#12 into master
Some checks failed
Build and Push Docker Image / build-amd (push) Successful in 3m56s
Build and Push Docker Image / build-arm (push) Failing after 41m4s
Reviewed-on: https://www.gitea.setlock.net/shaun/dotfiles/pulls/15
2025-05-08 20:47:14 -04:00
Shaun Setlock
bc5e78af57 Added arm build step to nightly.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m5s
v0.1.6
2025-05-08 20:43:57 -04:00
cc56ca800d Moving container to its own directory; not just a nvim thing. Added a nightly workflow. Switched to tags trigger. (#14)
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m2s
Co-authored-by: Shaun Setlock <shaun@setlock.net>
Co-authored-by: Shaun Setlock <shaunsetlock@protonmail.com>
Reviewed-on: https://www.gitea.setlock.net/shaun/dotfiles/pulls/14
2025-05-06 21:43:48 -04:00
f9616acc97 Merge pull request 'Single platform for container build.' (#11) from feature/update_CICD_trigger into master
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m57s
Reviewed-on: https://www.gitea.setlock.net/shaun/dotfiles/pulls/11
v0.1.0
2025-05-04 09:30:25 -04:00
Shaun Setlock
0238308ca9 Single platform for container build. v0.0.12 2025-05-04 09:29:14 -04:00
b940f75259 Merge pull request 'Fixing tagging.' (#10) from feature/update_CICD_trigger into master
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m48s
Reviewed-on: https://www.gitea.setlock.net/shaun/dotfiles/pulls/10
2025-05-03 22:46:30 -04:00
Shaun Setlock
387748e89b Fixing tagging. v0.0.11 2025-05-03 22:45:35 -04:00
fd5a511c71 Merge pull request 'Building amd64 to start.' (#9) from feature/update_CICD_trigger into master
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m2s
Reviewed-on: https://www.gitea.setlock.net/shaun/dotfiles/pulls/9
2025-05-03 22:34:08 -04:00
Shaun Setlock
b56d2ae42e Building amd64 to start. v0.0.10 2025-05-03 22:32:03 -04:00
69b7d89ee8 Merge pull request 'Correcting tagging.' (#8) from feature/update_CICD_trigger into master
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 43m43s
Reviewed-on: https://www.gitea.setlock.net/shaun/dotfiles/pulls/8
2025-05-03 21:11:59 -04:00
Shaun Setlock
405f855298 Correcting tagging. v0.0.9 2025-05-03 21:08:01 -04:00
66282f686d Merge pull request 'Correcting container registry.' (#7) from feature/update_CICD_trigger into master
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 12s
Reviewed-on: https://www.gitea.setlock.net/shaun/dotfiles/pulls/7
2025-05-03 20:52:00 -04:00
Shaun Setlock
aa13febadf Correcting container registry. v0.0.8 2025-05-03 20:51:20 -04:00
Shaun Setlock
eeccd013dc Trying simple trigger.
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 13s
v0.0.7
2025-05-03 20:49:12 -04:00
907c44472c Merge pull request 'Trying GitHub syntax.' (#6) from feature/update_CICD_trigger into master
Reviewed-on: https://www.gitea.setlock.net/shaun/dotfiles/pulls/6
2025-05-03 20:45:42 -04:00
Shaun Setlock
b1c5de4450 Trying GitHub syntax. v0.0.6 2025-05-03 20:44:50 -04:00
Shaun Setlock
b5a1cb646a Triggering only on nvim file changes. v0.0.5 2025-05-03 20:39:27 -04:00
Shaun Setlock
0ee97a7c72 Modified comment in Actions workflow. v0.0.4 2025-05-03 20:31:13 -04:00
6b7ebb1f42 Merge pull request 'Modified triggers.' (#5) from feature/update_CICD_trigger into master
Reviewed-on: https://www.gitea.setlock.net/shaun/dotfiles/pulls/5
2025-05-03 19:54:27 -04:00
Shaun Setlock
35628b774f Modified triggers. v0.0.3 2025-05-03 19:53:44 -04:00
Shaun Setlock
30ed4f77f6 Simplifying triggers in Actions workflow.
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m53s
2025-05-03 17:08:44 -04:00
0635cad22e feature/implement_CI_CD_dotfiles#2 (#4)
Co-authored-by: Shaun Setlock <shaun@setlock.net>
Reviewed-on: https://www.gitea.setlock.net/shaun/dotfiles/pulls/4
2025-05-03 17:01:08 -04:00
bf228bf176 Created Actions workflow for nvim container build. (#3)
Co-authored-by: Shaun Setlock <shaun@setlock.net>
Reviewed-on: https://www.gitea.setlock.net/shaun/dotfiles/pulls/3
2025-05-03 16:46:11 -04:00
Shaun Setlock
41b245a43b No longer tracking workspace.json 2025-04-24 22:47:03 -04:00
Shaun Setlock
e03d5d85c0 Ignoring workspace.json since it will come from Remotely Save. 2025-04-24 22:44:34 -04:00
Shaun Setlock
c48638a0d4 Adding Obsidian main vault settings. 2025-04-24 21:49:57 -04:00
Shaun Setlock
050866ea84 Correcting README's for softlink path. 2025-04-19 23:24:38 -04:00
Shaun Setlock
7f1b4069be Adjusted to use non-root user. 2025-03-06 19:30:56 -05:00
Shaun Setlock
93f2a0f28f Updated dev container Dockerfile and included a docker compose. 2025-03-06 16:17:38 -05:00
Shaun Setlock
f754c4ab47 Created Dockerfile for a neovim container. 2025-03-06 07:32:18 -05:00
Shaun Setlock
727c19c811 Added support for c, c++ and included yanky. 2025-03-01 18:23:00 -05:00
Shaun Setlock
8b00333443 Added gitui and startuptime plugins for nvim. 2025-02-21 18:55:44 -05:00
Shaun Setlock
cc3c3bdeac Switching to lazyvim. 2025-02-21 18:36:01 -05:00
Shaun Setlock
aa89bb7ea7 Added fish support for ssh-agent. 2025-02-02 20:21:08 -05:00
Shaun Setlock
6dfbc1b97a Updated tmux to have resize pane bindings. 2025-01-20 12:59:56 -05:00
Shaun Setlock
9d30cd5d12 Moving to kickstart, with a single init.lua file. 2025-01-02 21:39:46 -05:00
Shaun Setlock
6722fe742b No longer tracking lazyvim version lock file. 2025-01-01 21:59:01 -05:00
Shaun Setlock
fb62851c06 Ignoring lazyvim version lock file. 2025-01-01 21:55:55 -05:00
Shaun Setlock
555595cc17 Added several plugins and extras in nvim. Updated docs on how they were added. 2025-01-01 19:54:28 -05:00
Shaun Setlock
291f252dc6 Removed powerline and the distro specific stuff, just too much hassle. 2024-12-31 19:18:53 -05:00
Shaun Setlock
94145e931f Separated fish configs for each distro family and updated docs. 2024-12-31 14:25:52 -05:00
Shaun Setlock
811b50a5e5 Added documentation for fish setup, and included configs for RedHat and Debian distros. 2024-12-31 13:58:38 -05:00
24373e4888 Merge pull request 'Updated typo in title from copy/paste.' (#1) from README-title-typo into master
Reviewed-on: #1
2024-12-30 22:28:37 -05:00
fe11983a88 Updated typo in title from copy/paste. 2024-12-30 22:27:43 -05:00
Shaun Setlock
017f6c8933 Updated fish for powerline. 2024-12-30 22:23:51 -05:00