Skip to content

Commit

Permalink
chore: 引入 1.0.0 版的 .bashrc.d 解決方案
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Oct 5, 2024
1 parent f3cb721 commit 44317c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot-bashrc.d
Submodule dot-bashrc.d updated 40 files
+66 −0 .editorconfig
+25 −6 .gitattributes
+4 −0 .gitconfig
+10 −0 .github/workflows/README.md
+63 −0 .github/workflows/check-potential-problems.yml
+74 −0 .github/workflows/release.yml
+90 −0 .gitignore
+66 −0 .gitlab-ci.yml
+13 −9 .gitmodules
+46 −0 .markdownlint.yml
+75 −0 .pre-commit-config.yaml
+0 −125 .travis.yml
+137 −0 .yamllint
+0 −1 GNU Bash Automatic Checking Program for Git Projects
+0 −1 Git Pre-commit Hook for GNU Bash Projects
+170 −0 LICENSES/CC-BY-SA-4.0.txt
+232 −0 LICENSES/GPL-3.0-or-later.txt
+11 −0 LICENSES/WTFPL.txt
+0 −25 README.markdown
+31 −0 README.md
+0 −21 README.setup
+19 −0 REUSE.toml
+0 −149 Setup Development Environment.bash
+0 −22 Setup Powerline Shell.source.bash
+0 −27 Setup dquilt for debian packaging.source.bash
+0 −1 Utilities for Travis CI
+68 −0 continuous-integration/create-gitlab-release.sh
+334 −0 continuous-integration/do-static-analysis.install-system-deps.sh
+75 −0 continuous-integration/do-static-analysis.sh
+200 −0 continuous-integration/generate-build-artifacts.install-system-deps.sh
+107 −0 continuous-integration/generate-build-artifacts.sh
+141 −0 continuous-integration/generate-release-description.sh
+143 −0 continuous-integration/patch-github-actions-sudo-security-policy.sh
+20 −0 continuous-integration/sudoers.d/90_allow_github_actions_default_envvars.sudoers
+8 −0 continuous-integration/sudoers.d/README.md
+54 −0 continuous-integration/upload-gitlab-generic-packages.sh
+30 −0 docker-compose.yaml
+287 −0 install.sh
+144 −0 setup-development-environment.sh
+17 −0 setup.sh.source

0 comments on commit 44317c7

Please sign in to comment.