Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
oh-my-zsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MAGIC
oh-my-zsh
Commits
653e3940
Verified
Commit
653e3940
authored
6 years ago
by
MAGIC
Browse files
Options
Downloads
Patches
Plain Diff
Ensures that you can build the progess plugin
parent
e0f78726
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.sh
+2
-2
2 additions, 2 deletions
setup.sh
with
2 additions
and
2 deletions
setup.sh
+
2
−
2
View file @
653e3940
...
...
@@ -9,7 +9,7 @@ if [[ " ${dists[@]} " =~ " ${dist} " ]]; then
case
"
${
dist
}
"
in
${
dists
[0]
}
)
sudo
pacman
-Sy
sudo
pacman
--needed
--noconfirm
-S
git zsh tmux powerline-fonts vim nano htop
sudo
pacman
--needed
--noconfirm
-S
git zsh tmux powerline-fonts vim nano htop
make
sudo echo
"EDITOR=nano"
>>
/etc/environment
git clone https://aur.archlinux.org/yay.git yay
cd
yay/
...
...
@@ -20,7 +20,7 @@ if [[ " ${dists[@]} " =~ " ${dist} " ]]; then
;;
${
dists
[1]
}
)
sudo
apt-get update
sudo
apt-get
install
-y
git zsh tmux fonts-powerline vim nano libncurses5-dev htop
sudo
apt-get
install
-y
git zsh tmux fonts-powerline vim nano libncurses5-dev htop
make pkg-config
;;
*
)
exit
1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment