aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md51
-rw-r--r--README69
2 files changed, 69 insertions, 51 deletions
diff --git a/INSTALL.md b/INSTALL.md
deleted file mode 100644
index b37889e..0000000
--- a/INSTALL.md
+++ /dev/null
@@ -1,51 +0,0 @@
-# Install
-
-## Hotaru
-
-```
-$ sudo apt update
-$ sudo apt upgrade
-
-$ ./bootstrap hotaru
-
-$ sudo adduser $(whoami) docker
-
-$ cargo install alacritty
-
-$ cd ~/src/reparojson
-$ cargo install --path .
-```
-
-## PC 168
-
-```
-$ brew update
-$ brew upgrade
-
-$ brew install libiconv
-
-$ ./bootstrap pc168
-
-$ brew install --cask alacritty
-
-# Latest version: https://github.com/adobe-fonts/source-han-code-jp/releases/latest
-$ curl -fLo ~/Library/Fonts/SourceHanCodeJP.ttc --create-dirs https://github.com/adobe-fonts/source-han-code-jp/releases/download/2.012R/SourceHanCodeJP.ttc
-$ sudo atsutil databases -remove
-
-$ /usr/local/opt/ncurses/bin/infocmp tmux-256color > /var/tmp/tmux-256color.info
-$ tic -xe tmux-256color /var/tmp/tmux-256color.info
-
-# Restart your machine.
-```
-
-# Update
-
-* `nix flake update`
-* `home-manager switch --flake ".#<host>"`
-
-# Garbage Collection
-
-* `home-manager generations`
-* `home-manager expire-generations TIMESTAMP`
-* `nix profile wipe-history`
-* `nix store gc`
diff --git a/README b/README
new file mode 100644
index 0000000..c7cc11a
--- /dev/null
+++ b/README
@@ -0,0 +1,69 @@
+########################################################
+# #
+# __ _ _ _ #
+# _ __ ___ / _(_)___(_)___( ) #
+# | '_ \/ __| |_| / __| / __|/ #
+# | | | \__ \ _| \__ \ \__ \ #
+# |_| |_|___/_| |_|___/_|___/ #
+# _ _ __ _ _ #
+# __| | ___ | |_ / _(_) | ___ ___ #
+# / _` |/ _ \| __| |_| | |/ _ \/ __| #
+# | (_| | (_) | |_| _| | | __/\__ \ #
+# \__,_|\___/ \__|_| |_|_|\___||___/ #
+# #
+# #
+########################################################
+
+
+
+# Install
+
+## Hotaru
+
+```
+$ sudo apt update
+$ sudo apt upgrade
+
+$ ./bootstrap hotaru
+
+$ sudo adduser $(whoami) docker
+
+$ cargo install alacritty
+
+$ cd ~/src/reparojson
+$ cargo install --path .
+```
+
+## PC 168
+
+```
+$ brew update
+$ brew upgrade
+
+$ brew install libiconv
+
+$ ./bootstrap pc168
+
+$ brew install --cask alacritty
+
+# Latest version: https://github.com/adobe-fonts/source-han-code-jp/releases/latest
+$ curl -fLo ~/Library/Fonts/SourceHanCodeJP.ttc --create-dirs https://github.com/adobe-fonts/source-han-code-jp/releases/download/2.012R/SourceHanCodeJP.ttc
+$ sudo atsutil databases -remove
+
+$ /usr/local/opt/ncurses/bin/infocmp tmux-256color > /var/tmp/tmux-256color.info
+$ tic -xe tmux-256color /var/tmp/tmux-256color.info
+
+# Restart your machine.
+```
+
+# Update
+
+1. `nix flake update`
+2. `home-manager switch --flake ".#<host>"`
+
+# Garbage Collection
+
+1. `home-manager generations`
+2. `home-manager expire-generations TIMESTAMP`
+3. `nix profile wipe-history`
+4. `nix store gc`