forked from nevillelyh/nevillelyh.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotfiles.html
344 lines (299 loc) · 23.2 KB
/
dotfiles.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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head>
<title>dotfiles - Das Keyboard Shredder</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://www.lyh.me/dotfiles.html">
<meta name="author" content="Neville Li" />
<meta name="keywords" content="dotfiles,git,tmux,vim,xmonad,zsh" />
<meta name="description" content="My dotfiles is probably the most copied code among my coworkers and today I will give a little break down of the code base. zsh I switched to zsh 3 years ago and never looked back. There’s also oh-my-zsh, a framework for managing ZSH configuration. The features I found most useful are: Tab completion, including hostnames and arguments History across multiple sessions Plugins and themes My .zshrc is mostly out of the box with some aliases and a few plugins thrown in but decided to create my own theme. I use colors for hostname in the prompt, green for local and red for remote. I also tweaked git status a bit to show untracked files (red dots), unstaged (yellow) & staged (green) changes, plus number stashed changes since that’s the one thing I keep doing and forgetting about. git I use git both for work and personal projects, plus contributing to open source projects on GitHub. My .gitconfig includes both a global gitignore file and a templatedir, which includes hooks for ctags and Gerrit. The hooks are installed automatically for every repo. Since I type hundreds of git commands on a daily basis, I aliased git to simply g …" />
<meta property="og:site_name" content="Das Keyboard Shredder" />
<meta property="og:type" content="article"/>
<meta property="og:title" content="dotfiles"/>
<meta property="og:url" content="https://www.lyh.me/dotfiles.html"/>
<meta property="og:description" content="My dotfiles is probably the most copied code among my coworkers and today I will give a little break down of the code base. zsh I switched to zsh 3 years ago and never looked back. There’s also oh-my-zsh, a framework for managing ZSH configuration. The features I found most useful are: Tab completion, including hostnames and arguments History across multiple sessions Plugins and themes My .zshrc is mostly out of the box with some aliases and a few plugins thrown in but decided to create my own theme. I use colors for hostname in the prompt, green for local and red for remote. I also tweaked git status a bit to show untracked files (red dots), unstaged (yellow) & staged (green) changes, plus number stashed changes since that’s the one thing I keep doing and forgetting about. git I use git both for work and personal projects, plus contributing to open source projects on GitHub. My .gitconfig includes both a global gitignore file and a templatedir, which includes hooks for ctags and Gerrit. The hooks are installed automatically for every repo. Since I type hundreds of git commands on a daily basis, I aliased git to simply g …"/>
<meta property="article:published_time" content="2014-07-27" />
<meta property="article:section" content="code" />
<meta property="article:tag" content="dotfiles" />
<meta property="article:tag" content="git" />
<meta property="article:tag" content="tmux" />
<meta property="article:tag" content="vim" />
<meta property="article:tag" content="xmonad" />
<meta property="article:tag" content="zsh" />
<meta property="article:author" content="Neville Li" />
<!-- Bootstrap -->
<link rel="stylesheet" href="https://www.lyh.me/theme/css/bootstrap.min.css" type="text/css"/>
<link href="https://www.lyh.me/theme/css/font-awesome.min.css" rel="stylesheet">
<link href="https://www.lyh.me/theme/css/pygments/monokai.css" rel="stylesheet">
<link href="https://www.lyh.me/theme/css/typogrify.css" rel="stylesheet">
<link rel="stylesheet" href="https://www.lyh.me/theme/css/style.css" type="text/css"/>
<link href="https://www.lyh.me/feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
title="Das Keyboard Shredder ATOM Feed"/>
<link href="https://www.lyh.me/feeds/code.atom.xml" type="application/atom+xml" rel="alternate"
title="Das Keyboard Shredder code ATOM Feed"/>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="https://www.lyh.me/" class="navbar-brand">
Das Keyboard Shredder </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="https://www.lyh.me/pages/about-me.html">
About Me
</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div> <!-- /.navbar -->
<!-- Banner -->
<!-- End Banner -->
<!-- Content Container -->
<div class="container">
<div class="row">
<div class="col-sm-9">
<section id="content">
<article>
<header class="page-header">
<h1>
<a href="https://www.lyh.me/dotfiles.html"
rel="bookmark"
title="Permalink to dotfiles">
dotfiles
</a>
</h1>
</header>
<div class="entry-content">
<div class="panel">
<div class="panel-body">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2014-07-27T09:43:00-04:00"> Sun 27 July 2014</time>
</span>
<span class="label label-default">Category</span>
<a href="https://www.lyh.me/category/code.html">code</a>
<span class="label label-default">Tags</span>
<a href="https://www.lyh.me/tag/dotfiles.html">dotfiles</a>
/
<a href="https://www.lyh.me/tag/git.html">git</a>
/
<a href="https://www.lyh.me/tag/tmux.html">tmux</a>
/
<a href="https://www.lyh.me/tag/vim.html">vim</a>
/
<a href="https://www.lyh.me/tag/xmonad.html">xmonad</a>
/
<a href="https://www.lyh.me/tag/zsh.html">zsh</a>
</footer><!-- /.post-info --> </div>
</div>
<p>My <a href="https://github.com/nevillelyh/dotfiles/">dotfiles</a> is probably the most copied code among my coworkers and today I will give a little break down of the code base.</p>
<h2>zsh</h2>
<p>I switched to <a href="http://www.zsh.org/">zsh</a> 3 years ago and never looked back. There’s also <a href="https://github.com/robbyrussell/oh-my-zsh">oh-my-zsh</a>, a framework for managing <span class="caps">ZSH</span> configuration. The features I found most useful are:</p>
<ul>
<li>Tab completion, including hostnames and arguments</li>
<li>History across multiple sessions</li>
<li>Plugins and themes</li>
</ul>
<p>My <a href="https://github.com/nevillelyh/dotfiles/blob/master/.zshrc">.zshrc</a> is mostly out of the box with some <a href="https://github.com/nevillelyh/dotfiles/blob/master/.dotfiles/zsh/zshrc">aliases</a> and a few plugins thrown in but decided to create my own <a href="https://github.com/nevillelyh/dotfiles/blob/master/.dotfiles/zsh/sinisa.zsh-theme">theme</a>. I use colors for hostname in the prompt, green for local and red for remote. I also tweaked <code>git</code> status a bit to show untracked files (red dots), unstaged (yellow) <span class="amp">&</span> staged (green) changes, plus number stashed changes since that’s the one thing I keep doing and forgetting about.</p>
<h2>git</h2>
<p>I use <code>git</code> both for work and personal projects, plus contributing to open source projects on <a href="https://github.com/">GitHub</a>. My <a href="https://github.com/nevillelyh/dotfiles/blob/master/.gitconfig">.gitconfig</a> includes both a global <code>gitignore</code> file and a <code>templatedir</code>, which includes hooks for <a href="http://ctags.sourceforge.net/">ctags</a> and <a href="https://code.google.com/p/gerrit/">Gerrit</a>. The hooks are installed automatically for every repo.</p>
<p>Since I type hundreds of <code>git</code> commands on a daily basis, I aliased <code>git</code> to simply <code>g</code> and added a bunch more for <code>checkout</code>, <code>commit</code>, <code>diff</code>, <code>rebase</code>, etc. I also added several log aliases with better formats, including one-liner color history, graph, and commits only by me.</p>
<p>I also have a few <code>git-*</code> <a href="https://github.com/nevillelyh/dotfiles/tree/master/.dotfiles/scripts">scripts</a> to make my workflow a bit easier.</p>
<h2>vim</h2>
<p>I’ve been a <code>vim</code> user for 15+ years and have come up with a pretty good set of settings and plugins. I keep most complex settings in a <a href="https://github.com/nevillelyh/dotfiles/tree/master/.vim/vimrc.d">vimrc.d</a> directory and load them from <a href="https://github.com/nevillelyh/dotfiles/blob/master/.vimrc">.vimrc</a>, which is kept short with mostly look and feel plus some basic settings. This way I can easily copy just the <code>.vimrc</code> to a remote server and have some decent setting to work with.</p>
<p>I depend on <a href="https://github.com/nevillelyh/dotfiles/blob/master/.vim/vimrc.d/vundle.vim">many plugins</a> to get things done, roughly in the following categories.</p>
<ul>
<li><a href="https://github.com/Lokaltog/vim-powerline">vim-powerline</a> and <a href="https://github.com/altercation/vim-colors-solarized">vim-colors-solarized</a> for look and feel. You might need to patch fonts for the fancy symbols though.</li>
<li><a href="https://github.com/gregsexton/gitv">gitv</a>, <a href="https://github.com/tpope/vim-fugitive">vim-fugitive</a> and <a href="https://github.com/tpope/vim-git">vim-git</a> for <code>git</code> integration.</li>
<li><a href="https://github.com/majutsushi/tagbar">tagbar</a> and <a href="https://github.com/scrooloose/nerdtree">nerdtree</a> for sidebar, which I mapped to <code>alt-1</code> and <code>alt-2</code></li>
<li><a href="https://github.com/scrooloose/syntastic">syntastic</a>, probably the most valuable one, integrates with <a href="https://flake8.readthedocs.org/">flake8</a> and other tools for syntax checking.</li>
<li>A few more for shortcuts like quotes, tab completion, and commenting.</li>
<li>And a few more for syntax highlighting of various programming languages that I work with.</li>
</ul>
<h2>tmux</h2>
<p>As a data and backend engineer, I spend most of my time on remote servers and rely heavily on <a href="http://tmux.sourceforge.net/">tmux</a> for session management. I tend to create one session for each project and split windows when necessary for coding, tailing logs and interacting with the build system.</p>
<p>I changed my prefix from <code>ctrl-b</code> to ` since that’s the least used key and not too hard to reach.I also added bindings to split a window horizontally and vertically, plus <code>vim</code> style <code>hjkl</code> keys to move around. I also use <a href="https://github.com/erikw/tmux-powerline">tmux-powerline</a> for a nicer status line. The same <code>vim-powerline</code> fonts work here too.</p>
<p>One thing I noticed is that re-attached <code>screen</code> or <code>tmux</code> doesn’t work well with <span class="caps">SSH</span> forwarding since the <code>SSH_AUTH_SOCK</code> is different for each session. So I created a <a href="https://github.com/nevillelyh/dotfiles/blob/master/.dotfiles/zsh/zshrc#L55">snippet</a> to <code>symlink</code> sock files to the same location.</p>
<h2>xmonad</h2>
<p>I use a Linux desktop at work and use <a href="http://xmonad.org/">xmonad</a> as my window manager. It’s a tiling window manager which means instead of move and resize windows yourself, the manager tiles windows for you based on predefined layouts. Once I figured out a workflow, I found myself a lot more productive even when multi-tasking.</p>
<p>The main layout in my <a href="https://github.com/nevillelyh/dotfiles/blob/master/.xmonad/xmonad.hs">xmonad.hs</a> uses left 3/5 of the screen for main window and the right 2/5 for others. The second layout splits horizontally 50/50 while the third is a grid layout, perfect for <a href="http://sourceforge.net/projects/clusterssh/">Cluster <span class="caps">SSH</span></a> into many servers.</p>
<p>There are also a couple of key bindings, including ones to control <a href="https://www.spotify.com/">Spotify</a> via this <a href="https://github.com/nevillelyh/dotfiles/blob/master/.dotfiles/scripts/spotify.sh">shell script</a>.</p>
<h2>bootstrapping</h2>
<p>I started with putting my <code>HOME</code> directory in a <code>git</code> repo a few years ago, and over time added various dependencies across different platforms, e.g. <a href="http://aptitude.alioth.debian.org/doc/en/">aptitude</a>, <a href="http://brew.sh/">homebrew</a>, <a href="http://pip.readthedocs.org/">pip</a> and <a href="https://github.com/gmarik/Vundle.vim">Vundle</a>. Furthermore I access to a lot of virtual and bare-metal hosts and would like to streamline the processing of getting set up on a new host.</p>
<p>Inspired by <code>homebrew</code>, I created a <a href="https://github.com/nevillelyh/dotfiles/blob/master/.dotfiles/scripts/bootstrap-dotfiles.sh">bootstrap-dotfiles.sh</a> that automates everything for me. The script is cross-platform and uses <code>aptitude</code> on Debian or Ubuntu and <code>brew</code> on Mac <span class="caps">OS</span> X for native packages. It also installs Python packages via <code>pip</code>, vim plugins via Vundle, checks out the git repo into <code>HOME</code> and changes the default shell to <code>zsh</code>.</p>
<h2>summary</h2>
<p>With this setup I can easily move into a new environment with all the tools and shortcuts configured exactly the same way. Nevertheless I still try to tweak it constantly, removing stuff I rarely use and adding new ones for things I found myself doing repeatedly. And that’s the same advice I gave to people who borrow my dotfiles, add one thing at a time and tweak it to your liking. Hope you all figure out something that makes you most productive.</p>
</div>
<!-- /.entry-content -->
<hr />
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
</div>
<!-- AddThis Button END -->
<hr/>
<section class="comments" id="comments">
<h2>Comments</h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'lyh'; // required: replace example with your forum shortname
var disqus_identifier = 'dotfiles';
var disqus_url = 'https://www.lyh.me/dotfiles.html';
var disqus_config = function () {
this.language = "en";
};
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by
Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</section>
</article>
</section>
</div>
<div class="col-sm-3" id="sidebar">
<aside>
<div id="aboutme">
<p>
<img width="100%" class="img-thumbnail" src="https://www.lyh.me//avatar.jpg"/>
</p>
<p>
<strong>About Neville Li</strong><br/>
Data infrastructure @<a href="https://twitter.com/Spotify">Spotify</a>, ex-@<a href="https://twitter.com/Yahoo">Yahoo</a> search, das keyboard shredder, author of <a href="https://github.com/spotify/scio">Scio</a>
</p>
</div><!-- Sidebar -->
<section class="well well-sm">
<ul class="list-group list-group-flush">
<!-- Sidebar/Social -->
<li class="list-group-item">
<h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Social</span></h4>
<ul class="list-group" id="social">
<li class="list-group-item"><a href="https://open.spotify.com/user/sinisa_lyh"><i class="fa fa-spotify fa-lg"></i> Spotify</a></li>
<li class="list-group-item"><a href="https://github.com/nevillelyh"><i class="fa fa-github-square fa-lg"></i> GitHub</a></li>
<li class="list-group-item"><a href="https://twitter.com/sinisa_lyh"><i class="fa fa-twitter-square fa-lg"></i> Twitter</a></li>
<li class="list-group-item"><a href="https://www.slideshare.net/sinisalyh"><i class="fa fa-slideshare fa-lg"></i> SlideShare</a></li>
<li class="list-group-item"><a href="https://www.youtube.com/user/sinisalyh/videos"><i class="fa fa-youtube-square fa-lg"></i> YouTube</a></li>
<li class="list-group-item"><a href="https://www.instagram.com/sinisa/"><i class="fa fa-instagram fa-lg"></i> Instagram</a></li>
<li class="list-group-item"><a href="https://www.flickr.com/photos/sinisa_lyh"><i class="fa fa-flickr fa-lg"></i> Flickr</a></li>
</ul>
</li>
<!-- End Sidebar/Social -->
<!-- Sidebar/Recent Posts -->
<li class="list-group-item">
<h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4>
<ul class="list-group" id="recentposts">
<li class="list-group-item"><a href="https://www.lyh.me/featran.html">Featran</a></li>
<li class="list-group-item"><a href="https://www.lyh.me/automatic-type-class-derivation-with-shapeless.html">Automatic type-class derivation with Shapeless</a></li>
<li class="list-group-item"><a href="https://www.lyh.me/lambda-serialization.html">Lambda serialization</a></li>
<li class="list-group-item"><a href="https://www.lyh.me/lawfulness-of-aggregatebykey.html">Lawfulness of aggregateByKey</a></li>
<li class="list-group-item"><a href="https://www.lyh.me/canbuildfrom.html">CanBuildFrom</a></li>
</ul>
</li>
<!-- End Sidebar/Recent Posts -->
<!-- Sidebar/Categories -->
<li class="list-group-item">
<h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Categories</span></h4>
<ul class="list-group" id="categories">
<li class="list-group-item">
<a href="https://www.lyh.me/category/code.html"><i class="fa fa-folder-open fa-lg"></i>code</a>
</li>
<li class="list-group-item">
<a href="https://www.lyh.me/category/misc.html"><i class="fa fa-folder-open fa-lg"></i>misc</a>
</li>
</ul>
</li>
<!-- End Sidebar/Categories -->
<!-- Sidebar/Twitter Timeline -->
<li class="list-group-item">
<h4><i class="fa fa-twitter fa-lg"></i><span class="icon-label">Latest Tweets</span></h4>
<div id="twitter_timeline">
<a class="twitter-timeline" data-width="250" data-height="300" data-dnt="true" data-theme="light" href="https://twitter.com/sinisa_lyh">Tweets by sinisa_lyh</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</li>
<!-- End Sidebar/Twitter Timeline -->
</ul>
</section>
<!-- End Sidebar --> </aside>
</div>
</div>
</div>
<!-- End Content Container -->
<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-xs-10">© 2017 Neville Li
· Powered by <a href="https://github.com/getpelican/pelican-themes/tree/master/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> <p><small> <a rel="license" href="https://creativecommons.org/licenses/by-nc/4.0/deed.en"><img alt="Creative Commons License" style="border-width:0" src="//i.creativecommons.org/l/by-nc/4.0/80x15.png" /></a>
Content
licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nc/4.0/deed.en">Creative Commons Attribution-NonCommercial 4.0 International License</a>, except where indicated otherwise.
</small></p>
</div>
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
</div>
</div>
</footer>
<script src="https://www.lyh.me/theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://www.lyh.me/theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="https://www.lyh.me/theme/js/respond.min.js"></script>
<!-- Disqus -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'lyh'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script');
s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<!-- End Disqus Code -->
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6988688-5']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End Google Analytics Code -->
<script type="text/javascript">var addthis_config = {"data_track_addressbar": true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=sinisalyh"></script>
</body>
</html>