aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar catindog/nardtree <gim.kobayashi@gmail.com> 2017-08-14 12:24:20 +0900
committerGravatar GitHub <noreply@github.com> 2017-08-14 12:24:20 +0900
commit076647e36daa119235bfd61ba5a31b995b91eaeb (patch)
tree395150f00332ab593fe196bf27aec2f831f3abc0
parent18953204db9a9ac0293155e1deb89053a25e0d7f (diff)
downloadkawaii-term-076647e36daa119235bfd61ba5a31b995b91eaeb.tar.gz
Create README.md
-rw-r--r--README.md54
1 files changed, 54 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b27c3e8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,54 @@
+# What About Kawaii-Term
+kawaii-termは主にエンジニアに対して適切に精神的な癒しを与えることで、ストレスを低減するものです.
+
+## 機能一覧
+- hostnameの表示
+- usernameの表示
+- 空きメモリの表示
+- $の書き換え
+- CPU使用率
+- Diskの使用状況
+- 天気の表示
+- 一部のコマンドのオーバーライド[1]
+- ビッグデータ用のコマンド[2]
+
+## サポートしているOS
+- Ubuntu Linux (zesty, x86_64, armhf, arm64)
+- Debian Linux (sid, armhf, arm64)
+- Arch Linux (x86_64)
+
+## Requrements
+python3が以下のパスに通っている必要があります
+```console
+$ which python3
+/usr/bin/python3
+```
+
+Ubuntu Linux, Debian Linuxでは以下のようにインストールしてください
+```console
+$ sudo apt install python3
+```
+
+curlもインストールされている必要があります
+```console
+$ which curl
+/usr/bin/curl
+```
+
+Ubuntu Linux, Debian Linuxでは以下のようにインストールしてください
+```console
+$ sudo apt install curl
+```
+
+## Install
+HOMEディレクトリにこのプロジェクトをgit cloneで配置する必要があります
+```console
+$ git clone https://github.com/GINK03/kawaii-term
+```
+template.bashrcを~/.bashrcに追加します(アップデート時は計算時間が無駄にならないように適切に、軽くしてください)
+```
+$ cd kawaii-term
+$ cat templte.bashrc >> ~/.bashrc
+```
+
+## 画面イメージ