Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
2657c87f
Commit
2657c87f
authored
Oct 11, 2020
by
Marc Cornellà
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gitpod integration
Fixes #8212 Co-authored-by:
Sean Hellum
<
seanhellum45@gmail.com
>
parent
82856bfb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
.gitpod.Dockerfile
.gitpod.Dockerfile
+5
-0
.gitpod.yml
.gitpod.yml
+9
-0
README.md
README.md
+1
-0
No files found.
.gitpod.Dockerfile
0 → 100644
View file @
2657c87f
FROM gitpod/workspace-full
RUN sudo apt-get update && \
sudo apt-get install -y zsh && \
sudo rm -rf /var/lib/apt/lists/*
.gitpod.yml
0 → 100644
View file @
2657c87f
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
README.md
View file @
2657c87f
...
@@ -15,6 +15,7 @@ To learn more, visit [ohmyz.sh](https://ohmyz.sh), follow [@ohmyzsh](https://twi
...
@@ -15,6 +15,7 @@ To learn more, visit [ohmyz.sh](https://ohmyz.sh), follow [@ohmyzsh](https://twi
[

](https://github.com/ohmyzsh/ohmyzsh/actions?query=workflow%3ACI)
[

](https://github.com/ohmyzsh/ohmyzsh/actions?query=workflow%3ACI)
[

](https://twitter.com/intent/follow?screen_name=ohmyzsh)
[

](https://twitter.com/intent/follow?screen_name=ohmyzsh)
[

](https://discord.gg/ohmyzsh)
[

](https://discord.gg/ohmyzsh)
[

](https://gitpod.io/#https://github.com/ohmyzsh/ohmyzsh)
## Getting Started
## Getting Started
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment