-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
196 lines (188 loc) · 9.96 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Oh My Bash</title>
<meta name="viewport" content="width=device-width">
<meta property="og:title" content="Oh My Bash">
<meta property="og:image" content="assets/img/OMBLogo_opengraph.png">
<meta property="og:site_name" content="Oh My Bash!">
<meta property="og:type" content="website">
<meta property="og:url" content="ohmybash.github.io">
<meta property="og:description" content="Oh-My-Bash is an open source, community-driven framework for managing your BASH configuration. It comes bundled with a ton of helpful functions, helpers, plugins, themes, and a few things that make you shout... OH MY BASH!">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@ohmybash">
<meta name="twitter:creator" content="@nntoans">
<meta name="twitter:title" content="oh my bash">
<meta name="twitter:description" content="Oh-My-Bash is an open source, community-driven framework for managing your BASH configuration. It comes bundled with a ton of helpful functions, helpers, plugins, themes, and a few things that make you shout... OH MY BASH!">
<meta name="twitter:image" content="https://s3.amazonaws.com/ohmybash/OMBLogo_opengraph.jpg">
<link rel="shortcut icon" href="assets/img/favicon.ico">
<meta name="description" content="Oh-My-Bash is an open source, community-driven framework for managing your BASH configuration.">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/fancy.css">
<script type="text/javascript" src="https://use.typekit.net/iof2xms.js"></script>
<script type="text/javascript">try {Typekit.load();} catch (e) {}</script>
</head>
<body>
<div class="container">
<div class="header clearfix mb40">
<div class="mobile-nav">
<div class="nav-trigger pull-right">
</div>
</div>
<div class="github-banner">
<a href="https://github.com/ohmybash/oh-my-bash" target="_blank"><img
style="position: absolute; top: 7px; right: 0; border: 0;" src="assets/img/github-fork-banner.png"
alt="Fork Oh My Bash"></a>
</div>
<div class="logo pull-left">
<a href="/"><img src="assets/img/OMBLogo_BnW.png" alt="Oh My Bash logo!" width="120" height="120"></a>
</div>
<div class="nav pull-left">
<ul>
<li><a href="https://github.com/ohmybash/oh-my-bash/wiki" target="_blank">docs</a></li>
<li><a href="https://github.com/ohmybash/oh-my-bash/" target="_blank">code</a></li>
<li><a href="https://github.com/ohmybash/oh-my-bash/wiki/Themes" target="_blank">themes</a></li>
<li><a href="https://github.com/ohmybash/oh-my-bash/wiki/Contribution" target="_blank">contribution</a></li>
</ul>
</div>
</div>
<div>
<h3 class="text-center mb20">Your terminal never felt <span class="italic">this</span> good before.</h3>
<div class="mb20">
<ul class="terminal-slides">
<li><img src="assets/img/themes/nebirhos.jpg" alt="nebirhos" class="screenshots"></li>
<li><img src="assets/img/themes/daveverwer.jpg" alt="daveverwer" class="screenshots"></li>
<li><img src="assets/img/themes/af-magic.jpg" alt="af-magic" class="screenshots active"></li>
<li><img src="assets/img/themes/eastwood.jpg" alt="eastwood" class="screenshots"></li>
<li><img src="assets/img/themes/kolo.jpg" alt="kolo" class="screenshots"></li>
<li><img src="assets/img/themes/mh.jpg" alt="mh" class="screenshots"></li>
</ul>
</div>
<p class="mb20 light text-center">Oh-My-Bash is an open source, community-driven framework for managing your
BASH configuration. It comes bundled with a ton of helpful functions, helpers, plugins, themes, and a few
things that make you shout... If you heard about Oh-My-Zsh before, this project is a shameless fork of that
one, but in "Bourne Again Shell".</p>
<h1 class="text-center mb40 bold">“Oh My BASH!”</h1>
<div class="wide mb20">
<div class="stats text-center">
<ul>
<li>
<h2 class="bold">24+</h2>
<a href="https://github.com/ohmybash/oh-my-bash/tree/master/plugins" target="_blank">
<h4>Plugins</h4>
</a>
</li>
<li>
<h2 class="bold">110+</h2>
<a href="https://github.com/ohmybash/oh-my-bash/graphs/contributors" target="_blank">
<h4>Contributors</h4>
</a>
</li>
<li><h2 class="bold">70+</h2>
<a href="https://github.com/ohmybash/oh-my-bash/tree/master/themes/" target="_blank">
<h4>Themes</h4>
</a>
</li>
</ul>
</div>
<div class="clear"></div>
</div>
<!--<div class="social text-center">
<iframe src="https://ghbtns.com/github-btn.html?user=ohmybash&repo=oh-my-bash&type=fork&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=ohmybash&repo=oh-my-bash&type=watch&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
<a href="https://twitter.com/ohmybash" class="twitter-follow-button" data-show-count="true"
data-size="large">Follow @ohmybash</a>
</div>-->
<div class="line mb60"></div>
<h3 class="mb20 bold">Install oh-my-bash now</h3>
<ul class="install">
<li id="curl-tab" class="curl-tab active-tab light"><a href="#">Via curl</a></li>
<li id="wget-tab" class="light"><a href="#">Via wget</a></li>
</ul>
<div class="wide">
<div class="curl">
<p class="code">$ bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"</p>
</div>
<div class="wget">
<p class="code">$ bash -c "$(wget https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh -O -)"</p>
</div>
</div>
<div class="plugins">
<h5 class="light mb20">Some featured plugins:</h5>
<div class="plugin-container center">
<ul class="plugin-logos mb20">
<li>
<div class="git">git</div>
</li>
<li>
<div class="node">node.js</div>
</li>
<li>
<div class="postgres">postgreSQL</div>
</li>
<li>
<div class="ruby">ruby</div>
</li>
<li>
<div class="scala">scala</div>
</li>
<li>
<div class="sublime">sublime text 2</div>
</li>
</ul>
<ul class="plugin-logos mb10">
<li>
<div class="python">python</div>
</li>
<li>
<div class="rubyonrails">ruby on rails</div>
</li>
<li>
<div class="php">php</div>
</li>
<li>
<div class="osx">osx</div>
</li>
<li>
<div class="heroku">heroku</div>
</li>
<li>
<div class="django">django</div>
</li>
</ul>
</div>
<div class="clear"></div>
<a href="https://github.com/ohmybash/oh-my-bash/wiki/Plugins" target="_blank">
<p class="pull-right semi-bold">Check out our full plugin list →</p>
</a>
</div>
<div class="line mb60"></div>
</div>
<div class="wide">
<div class="footer text-center">
<p>©2016 - present <a href="https://nntoan.github.io" target="_blank">Toan Nguyen</a> & Contributors</p>
<p class="mb10">An open source <a class="semi-bold" href="https://nntoan.github.io">Toan Nguyen</a>
project under the terms of the <a class="semi-bold" href="https://github.com/ohmybash/oh-my-bash/blob/master/LICENSE.md">MIT
License</a></p>
<div class="social-footer">
<iframe src="http://ghbtns.com/github-btn.html?user=ohmybash&repo=oh-my-bash&type=fork&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=ohmybash&repo=oh-my-bash&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
<!--<a href="https://twitter.com/ohmybash" class="twitter-follow-button" data-show-count="true">Follow
@ohmybasher</a>-->
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="assets/js/responsiveslides.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.quovolver.js" type="text/javascript"></script>
<script src="assets/js/modal.js"></script>
<script src="assets/js/script.js" type="text/javascript"></script>
</body>
</html>