summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinweiClarkChao <[email protected]>2015-08-26 08:54:32 +0800
committerJinweiClarkChao <[email protected]>2015-08-26 08:54:32 +0800
commit1e84dbc588bf750ad07bc8e3fb509dab51606c75 (patch)
treec467307202bcaf0e9dac71a097a203ee39735669 /index.html
parent155d04a42dc89adaaadcc6dd4ed648826504a18b (diff)
downloadring0.xyz-1e84dbc588bf750ad07bc8e3fb509dab51606c75.tar.gz
add commands
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/index.html b/index.html
index 6bc52c0..29eb593 100644
--- a/index.html
+++ b/index.html
@@ -25,9 +25,11 @@
25<div class="bg-highlight"> 25<div class="bg-highlight">
26<pre><strong>clarkzjw</strong> <span>at</span> <strong>protonmail</strong> <span>dot</span> <strong>ch</strong> 26<pre><strong>clarkzjw</strong> <span>at</span> <strong>protonmail</strong> <span>dot</span> <strong>ch</strong>
27<span>$</span> apt-get update 27<span>$</span> apt-get update
28<span>$</span> apt-get remove emacs
28<span>$</span> apt-get install vim 29<span>$</span> apt-get install vim
29<span>$</span> apt-get install htop 30<span>$</span> apt-get remove bash
30<span>$</span> apt-get install git 31<span>$</span> apt-get install zsh
32<span>$</span> sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
31</pre> 33</pre>
32</div> 34</div>
33<section class="block"> 35<section class="block">
Powered by cgit v1.2.3 (git 2.41.0)