File tree Expand file tree Collapse file tree 5 files changed +7
-0
lines changed
Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 11# shellcheck disable=SC2148
2+ # shellcheck disable=SC1091
23
34# Fix to prevent LMStudio polluting my dotfiles at every start
45# https://github.com/lmstudio-ai/lmstudio-bug-tracker/issues/656#issuecomment-2938234807
Original file line number Diff line number Diff line change 11# shellcheck disable=SC2148
2+ # shellcheck disable=SC1091
23
34# Fix to prevent LMStudio polluting my dotfiles at every start
45# https://github.com/lmstudio-ai/lmstudio-bug-tracker/issues/656#issuecomment-2938234807
Original file line number Diff line number Diff line change 2323 DOTFILES_REPO_DIR : ${{ github.workspace }}
2424 run : |
2525 ./install.sh --deps --force
26+ dot-install
2627
2728 # Check dotfiles are installed
2829 - name : Check that the dotfiles have been correctly installed
2930 run : |
31+ ls -la ~
32+ dot-install
3033 ll ~
Original file line number Diff line number Diff line change 11# shellcheck disable=SC2148
2+ # shellcheck disable=SC1091
23
34# Fix to prevent LMStudio polluting my dotfiles at every start
45# https://github.com/lmstudio-ai/lmstudio-bug-tracker/issues/656#issuecomment-2938234807
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ README.md
55backup
66.git
77.gitignore
8+ .github
You can’t perform that action at this time.
0 commit comments