mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Resolved merge conflicts: kept updated .gitpod.Dockerfile and .gitpod.yml
This commit is contained in:
parent
c6482fa5be
commit
55a6341d6f
1052 changed files with 14 additions and 0 deletions
0
.devcontainer/devcontainer.json
Normal file → Executable file
0
.devcontainer/devcontainer.json
Normal file → Executable file
0
.editorconfig
Normal file → Executable file
0
.editorconfig
Normal file → Executable file
0
.github/CODEOWNERS
vendored
Normal file → Executable file
0
.github/CODEOWNERS
vendored
Normal file → Executable file
0
.github/FUNDING.yml
vendored
Normal file → Executable file
0
.github/FUNDING.yml
vendored
Normal file → Executable file
0
.github/INCIDENT_RESPONSE_PLAN.md
vendored
Normal file → Executable file
0
.github/INCIDENT_RESPONSE_PLAN.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/bug_report_omz.yml
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/bug_report_omz.yml
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file → Executable file
0
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file → Executable file
0
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file → Executable file
0
.github/dependabot.yml
vendored
Normal file → Executable file
0
.github/dependabot.yml
vendored
Normal file → Executable file
0
.github/dependencies.yml
vendored
Normal file → Executable file
0
.github/dependencies.yml
vendored
Normal file → Executable file
0
.github/workflows/dependencies.yml
vendored
Normal file → Executable file
0
.github/workflows/dependencies.yml
vendored
Normal file → Executable file
0
.github/workflows/dependencies/.gitignore
vendored
Normal file → Executable file
0
.github/workflows/dependencies/.gitignore
vendored
Normal file → Executable file
0
.github/workflows/dependencies/requirements.txt
vendored
Normal file → Executable file
0
.github/workflows/dependencies/requirements.txt
vendored
Normal file → Executable file
0
.github/workflows/dependencies/updater.py
vendored
Normal file → Executable file
0
.github/workflows/dependencies/updater.py
vendored
Normal file → Executable file
0
.github/workflows/installer.yml
vendored
Normal file → Executable file
0
.github/workflows/installer.yml
vendored
Normal file → Executable file
0
.github/workflows/installer/.gitignore
vendored
Normal file → Executable file
0
.github/workflows/installer/.gitignore
vendored
Normal file → Executable file
0
.github/workflows/installer/.vercelignore
vendored
Normal file → Executable file
0
.github/workflows/installer/.vercelignore
vendored
Normal file → Executable file
0
.github/workflows/installer/vercel.json
vendored
Normal file → Executable file
0
.github/workflows/installer/vercel.json
vendored
Normal file → Executable file
0
.github/workflows/main.yml
vendored
Normal file → Executable file
0
.github/workflows/main.yml
vendored
Normal file → Executable file
0
.github/workflows/project.yml
vendored
Normal file → Executable file
0
.github/workflows/project.yml
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
5
.gitpod.Dockerfile
vendored
Executable file
5
.gitpod.Dockerfile
vendored
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
FROM gitpod/workspace-full
|
||||
|
||||
RUN sudo apt-get update && \
|
||||
sudo apt-get install -y zsh && \
|
||||
sudo rm -rf /var/lib/apt/lists/*
|
||||
9
.gitpod.yml
Executable file
9
.gitpod.yml
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
|
||||
tasks:
|
||||
- init: |
|
||||
export EDITOR="command gp open -w" VISUAL="command gp open -w"
|
||||
cp -f /workspace/ohmyzsh/templates/zshrc.zsh-template ~/.zshrc
|
||||
ln -sf /workspace/ohmyzsh ~/.oh-my-zsh
|
||||
command: exec zsh
|
||||
0
.prettierrc
Normal file → Executable file
0
.prettierrc
Normal file → Executable file
0
CODE_OF_CONDUCT.md
Normal file → Executable file
0
CODE_OF_CONDUCT.md
Normal file → Executable file
0
CONTRIBUTING.md
Normal file → Executable file
0
CONTRIBUTING.md
Normal file → Executable file
0
LICENSE.txt
Normal file → Executable file
0
LICENSE.txt
Normal file → Executable file
0
README.md
Normal file → Executable file
0
README.md
Normal file → Executable file
0
SECURITY.md
Normal file → Executable file
0
SECURITY.md
Normal file → Executable file
0
cache/.gitkeep
vendored
Normal file → Executable file
0
cache/.gitkeep
vendored
Normal file → Executable file
0
custom/example.zsh
Normal file → Executable file
0
custom/example.zsh
Normal file → Executable file
0
custom/plugins/example/example.plugin.zsh
Normal file → Executable file
0
custom/plugins/example/example.plugin.zsh
Normal file → Executable file
0
custom/themes/example.zsh-theme
Normal file → Executable file
0
custom/themes/example.zsh-theme
Normal file → Executable file
0
lib/async_prompt.zsh
Normal file → Executable file
0
lib/async_prompt.zsh
Normal file → Executable file
0
lib/bzr.zsh
Normal file → Executable file
0
lib/bzr.zsh
Normal file → Executable file
0
lib/cli.zsh
Normal file → Executable file
0
lib/cli.zsh
Normal file → Executable file
0
lib/clipboard.zsh
Normal file → Executable file
0
lib/clipboard.zsh
Normal file → Executable file
0
lib/compfix.zsh
Normal file → Executable file
0
lib/compfix.zsh
Normal file → Executable file
0
lib/completion.zsh
Normal file → Executable file
0
lib/completion.zsh
Normal file → Executable file
0
lib/correction.zsh
Normal file → Executable file
0
lib/correction.zsh
Normal file → Executable file
0
lib/diagnostics.zsh
Normal file → Executable file
0
lib/diagnostics.zsh
Normal file → Executable file
0
lib/directories.zsh
Normal file → Executable file
0
lib/directories.zsh
Normal file → Executable file
0
lib/functions.zsh
Normal file → Executable file
0
lib/functions.zsh
Normal file → Executable file
0
lib/git.zsh
Normal file → Executable file
0
lib/git.zsh
Normal file → Executable file
0
lib/grep.zsh
Normal file → Executable file
0
lib/grep.zsh
Normal file → Executable file
0
lib/history.zsh
Normal file → Executable file
0
lib/history.zsh
Normal file → Executable file
0
lib/key-bindings.zsh
Normal file → Executable file
0
lib/key-bindings.zsh
Normal file → Executable file
0
lib/misc.zsh
Normal file → Executable file
0
lib/misc.zsh
Normal file → Executable file
0
lib/nvm.zsh
Normal file → Executable file
0
lib/nvm.zsh
Normal file → Executable file
0
lib/prompt_info_functions.zsh
Normal file → Executable file
0
lib/prompt_info_functions.zsh
Normal file → Executable file
0
lib/spectrum.zsh
Normal file → Executable file
0
lib/spectrum.zsh
Normal file → Executable file
0
lib/termsupport.zsh
Normal file → Executable file
0
lib/termsupport.zsh
Normal file → Executable file
0
lib/tests/cli.test.zsh
Normal file → Executable file
0
lib/tests/cli.test.zsh
Normal file → Executable file
0
lib/theme-and-appearance.zsh
Normal file → Executable file
0
lib/theme-and-appearance.zsh
Normal file → Executable file
0
lib/vcs_info.zsh
Normal file → Executable file
0
lib/vcs_info.zsh
Normal file → Executable file
0
log/.gitkeep
Normal file → Executable file
0
log/.gitkeep
Normal file → Executable file
0
oh-my-zsh.sh
Normal file → Executable file
0
oh-my-zsh.sh
Normal file → Executable file
0
plugins/1password/1password.plugin.zsh
Normal file → Executable file
0
plugins/1password/1password.plugin.zsh
Normal file → Executable file
0
plugins/1password/README.md
Normal file → Executable file
0
plugins/1password/README.md
Normal file → Executable file
0
plugins/1password/_opswd
Normal file → Executable file
0
plugins/1password/_opswd
Normal file → Executable file
0
plugins/1password/opswd
Normal file → Executable file
0
plugins/1password/opswd
Normal file → Executable file
0
plugins/alias-finder/.zunit.yml
Normal file → Executable file
0
plugins/alias-finder/.zunit.yml
Normal file → Executable file
0
plugins/alias-finder/README.md
Normal file → Executable file
0
plugins/alias-finder/README.md
Normal file → Executable file
0
plugins/alias-finder/alias-finder.plugin.zsh
Normal file → Executable file
0
plugins/alias-finder/alias-finder.plugin.zsh
Normal file → Executable file
0
plugins/alias-finder/tests/_output/.gitkeep
Normal file → Executable file
0
plugins/alias-finder/tests/_output/.gitkeep
Normal file → Executable file
0
plugins/alias-finder/tests/_support/.gitkeep
Normal file → Executable file
0
plugins/alias-finder/tests/_support/.gitkeep
Normal file → Executable file
0
plugins/alias-finder/tests/_support/bootstrap
Normal file → Executable file
0
plugins/alias-finder/tests/_support/bootstrap
Normal file → Executable file
0
plugins/alias-finder/tests/test_run.sh
Normal file → Executable file
0
plugins/alias-finder/tests/test_run.sh
Normal file → Executable file
0
plugins/aliases/.gitignore
vendored
Normal file → Executable file
0
plugins/aliases/.gitignore
vendored
Normal file → Executable file
0
plugins/aliases/README.md
Normal file → Executable file
0
plugins/aliases/README.md
Normal file → Executable file
0
plugins/aliases/aliases.plugin.zsh
Normal file → Executable file
0
plugins/aliases/aliases.plugin.zsh
Normal file → Executable file
0
plugins/aliases/cheatsheet.py
Normal file → Executable file
0
plugins/aliases/cheatsheet.py
Normal file → Executable file
0
plugins/aliases/termcolor.py
Normal file → Executable file
0
plugins/aliases/termcolor.py
Normal file → Executable file
0
plugins/ansible/README.md
Normal file → Executable file
0
plugins/ansible/README.md
Normal file → Executable file
0
plugins/ansible/ansible.plugin.zsh
Normal file → Executable file
0
plugins/ansible/ansible.plugin.zsh
Normal file → Executable file
0
plugins/ant/README.md
Normal file → Executable file
0
plugins/ant/README.md
Normal file → Executable file
0
plugins/ant/_ant
Normal file → Executable file
0
plugins/ant/_ant
Normal file → Executable file
0
plugins/ant/ant.plugin.zsh
Normal file → Executable file
0
plugins/ant/ant.plugin.zsh
Normal file → Executable file
0
plugins/apache2-macports/README.md
Normal file → Executable file
0
plugins/apache2-macports/README.md
Normal file → Executable file
0
plugins/apache2-macports/apache2-macports.plugin.zsh
Normal file → Executable file
0
plugins/apache2-macports/apache2-macports.plugin.zsh
Normal file → Executable file
0
plugins/arcanist/README.md
Normal file → Executable file
0
plugins/arcanist/README.md
Normal file → Executable file
0
plugins/arcanist/arcanist.plugin.zsh
Normal file → Executable file
0
plugins/arcanist/arcanist.plugin.zsh
Normal file → Executable file
0
plugins/archlinux/README.md
Normal file → Executable file
0
plugins/archlinux/README.md
Normal file → Executable file
0
plugins/archlinux/archlinux.plugin.zsh
Normal file → Executable file
0
plugins/archlinux/archlinux.plugin.zsh
Normal file → Executable file
0
plugins/arduino-cli/README.md
Normal file → Executable file
0
plugins/arduino-cli/README.md
Normal file → Executable file
0
plugins/arduino-cli/arduino-cli.plugin.zsh
Normal file → Executable file
0
plugins/arduino-cli/arduino-cli.plugin.zsh
Normal file → Executable file
0
plugins/argocd/README.md
Normal file → Executable file
0
plugins/argocd/README.md
Normal file → Executable file
0
plugins/argocd/argocd.plugin.zsh
Normal file → Executable file
0
plugins/argocd/argocd.plugin.zsh
Normal file → Executable file
0
plugins/asdf/README.md
Normal file → Executable file
0
plugins/asdf/README.md
Normal file → Executable file
0
plugins/asdf/asdf.plugin.zsh
Normal file → Executable file
0
plugins/asdf/asdf.plugin.zsh
Normal file → Executable file
0
plugins/autoenv/README.md
Normal file → Executable file
0
plugins/autoenv/README.md
Normal file → Executable file
0
plugins/autoenv/autoenv.plugin.zsh
Normal file → Executable file
0
plugins/autoenv/autoenv.plugin.zsh
Normal file → Executable file
0
plugins/autojump/README.md
Normal file → Executable file
0
plugins/autojump/README.md
Normal file → Executable file
0
plugins/autojump/autojump.plugin.zsh
Normal file → Executable file
0
plugins/autojump/autojump.plugin.zsh
Normal file → Executable file
0
plugins/autopep8/README.md
Normal file → Executable file
0
plugins/autopep8/README.md
Normal file → Executable file
0
plugins/autopep8/_autopep8
Normal file → Executable file
0
plugins/autopep8/_autopep8
Normal file → Executable file
0
plugins/aws/README.md
Normal file → Executable file
0
plugins/aws/README.md
Normal file → Executable file
0
plugins/aws/aws.plugin.zsh
Normal file → Executable file
0
plugins/aws/aws.plugin.zsh
Normal file → Executable file
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue