-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.html
More file actions
29 lines (20 loc) · 1.08 KB
/
Copy pathREADME.html
File metadata and controls
29 lines (20 loc) · 1.08 KB
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
<h1>My DotFiles</h1>
<p>Based on dotfiles of Paul Irish. https://github.com/paulirish/dotfiles</p>
<h2>Make sure these hard dependencies are installed by default</h2>
<p>node: http://nodejs.org/</p>
<ol>
<li>Download latest node bins for linux 64 bit && extract it to ~/installs/<nodever></li>
<li><code>mkdir ~/bin && cd ~/bin && ln -s ~/installs/<nodever>/bin/node node && ln -s ~/installs/<nodever>/bin/npm npm</code></li>
</ol>
<p>tmux: http://tmux.sourceforge.net/</p>
<p>ag: (a.k.a. silver searcher): https://github.com/ggreer/the<em>silver</em>searcher</p>
<p>editorconfig: http://editorconfig.org/</p>
<h2>...after that</h2>
<ol>
<li>Clone this repo and copy its contents to ~</li>
<li>Install dependencies through <code>sudo install-deps.sh</code></li>
<li>Set terminal background to black and font color to some grey</li>
<li>Follow instructions in ~/.fonts/README.md for getting Powerline fonts</li>
<li>Logout and log in!</li>
<li>Go through all your vim plugins to check whether they are configured & installed properly.</li>
</ol>